commit | f2a96b6eb96a044e81c8f5425c417dd0925bdead | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jan 27 13:11:25 2015 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jan 27 13:11:41 2015 -0500 |
tree | f7b3cc9f2de52a5ae9f734490f9888a7b3b2c30c | |
parent | dd3ffbc918f920bea3219e453262346cbf6148ca [diff] |
tune2fs: abort when trying to enable/disable metadata_csum on mounted fs Earlier, I tried to make tune2fs abort if the user tried to enable or disable metadata_csum on a mounted FS, but forgot the exit() call. Supply it now. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>