]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext3: fix mount option parsing
authorJosef Bacik <jbacik@redhat.com>
Tue, 4 Mar 2008 22:29:43 +0000 (14:29 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 5 Mar 2008 00:35:18 +0000 (16:35 -0800)
commit92587216f8bdf74432ada8a9a1a7caf4c135cf42
tree71f122be9098a33e4018d0ad0ae98cbef368cabd
parent348e1e04b5229a481891699ce86da009b793f29e
ext3: 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.

Signed-off-by: Josef Bacik <jbacik@redhat.com>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ext3/super.c