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, 10 Sep 2014 23:10:19 +0000 (17:10 -0600)
commit811ae4f9ee70a8d6a8f01895be755f57bd7c7fe8
tree1cf4892dcea95f133120f39dc8c6a5b01d73880a
parent1f9018d5ddf56d5feb9ef156c9684aee6d79cdee
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