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)
committerAndreas Dilger <andreas.dilger@intel.com>
Thu, 4 Jun 2015 19:39:08 +0000 (13:39 -0600)
commit3a368fe5fde2967367f6118c0e8ecf815a21be6c
tree2703f98e9ecc6df4ae71cfe51ba6a0245bd53333
parent9ccad55549e70f0f2fb8af158204ae379a5d82fe
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