commit | 92587216f8bdf74432ada8a9a1a7caf4c135cf42 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@redhat.com> | Tue Mar 04 14:29:43 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Mar 04 16:35:18 2008 -0800 |
tree | 71f122be9098a33e4018d0ad0ae98cbef368cabd | |
parent | 348e1e04b5229a481891699ce86da009b793f29e [diff] |
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>