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>
Wed, 23 Jul 2014 16:49:33 +0000 (10:49 -0600)
commitc6d7cd49a51fa8977e650fcc69ff1da4d44bfab2
treee6b9f02fb84fd87225eb3c84bba46776afc42cb6
parent22c0f194426c1034d2e27b7c9fcb7a9626f81994
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