commit | 9a976ac732a7e9c3d9bf7ccb18190b93b588cb6d | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jul 04 20:14:35 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jul 04 20:14:35 2011 -0400 |
tree | 0989e60875143edd7136636c44b82086506ce188 | |
parent | 035f32ab17e53c632b9b6a34fb6416ae714bf3ab [diff] |
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>