Whamcloud - gitweb
tune2fs: Fix mount_opts handling
authorTheodore Ts'o <tytso@mit.edu>
Tue, 5 Jul 2011 00:14:35 +0000 (20:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 5 Jul 2011 00:14:35 +0000 (20:14 -0400)
commit9a976ac732a7e9c3d9bf7ccb18190b93b588cb6d
tree0989e60875143edd7136636c44b82086506ce188
parent035f32ab17e53c632b9b6a34fb6416ae714bf3ab
tune2fs: Fix mount_opts handling

The extended options parsing for mount_opts was horribly buggy.
Invalid mount options that had an argument would get interpreted as an
extended mount options.  Fix this.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/tune2fs.c