commit | f3f12faa7414595f502721c90c34deccc1a03c71 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@redhat.com> | Tue Apr 29 22:05:28 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Apr 29 22:05:28 2008 -0400 |
tree | 8d1761e9d0fb28ac35f4a4f7c4878caa171baf4c | |
parent | 53c550e9750434ddc4275fe0405170e0d1b46731 [diff] |
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>