Whamcloud - gitweb
tune2fs: abort when trying to enable/disable metadata_csum on mounted fs
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 27 Jan 2015 18:11:25 +0000 (13:11 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 27 Jan 2015 18:11:41 +0000 (13:11 -0500)
commitf2a96b6eb96a044e81c8f5425c417dd0925bdead
treef7b3cc9f2de52a5ae9f734490f9888a7b3b2c30c
parentdd3ffbc918f920bea3219e453262346cbf6148ca
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>
misc/tune2fs.c