Searched hist:f3f12faa7414595f502721c90c34deccc1a03c71 (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ext4/ |
H A D | super.c | diff f3f12faa7414595f502721c90c34deccc1a03c71 Wed Apr 30 04:05:28 CEST 2008 Josef Bacik <jbacik@redhat.com> ext4: fix mount option parsing
The "resize" option won't be noticed as it comes after the NULL option, so if you try to mount (or in this case remount) with that option it won't be recognized.
Cc: <linux-ext4@vger.kernel.org> Signed-off-by: Josef Bacik <jbacik@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|