Whamcloud - gitweb
tune2fs: warn if the filesystem journal is dirty
authorAndreas Dilger <andreas.dilger@intel.com>
Thu, 12 Apr 2012 23:38:13 +0000 (17:38 -0600)
committerLi Dongyang <dongyangli@ddn.com>
Wed, 19 Dec 2018 22:28:02 +0000 (09:28 +1100)
commitda82fa9aa01dc9553e6d52471099adbaa6bdc3bd
tree3e95211b146c22293e65d2a6612f951adc474c31
parent103835370aaabed616c6f5ff900ae32e1a4b41c9
tune2fs: warn if the filesystem journal is dirty

Running tune2fs on a filesystem with an unrecovered journal can
cause the tune2fs settings to be reverted when the journal is
replayed.  Print a warning if this is detected so that the user
isn't surprised if it happens.

Signed-off-by: Jim Garlick <garlick@llnl.gov>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
misc/tune2fs.c