Whamcloud - gitweb
tune2fs: warn if the filesystem journal is dirty
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 12 Apr 2012 23:38:13 +0000 (17:38 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Wed, 8 Aug 2012 19:40:25 +0000 (13:40 -0600)
commitc06e57e75d249ba5c404bc90e12d9854214d7c62
tree2aa15e63c5e7be61e3ed843e8893a9a9265f08be
parentbdcd44f9199b6834cde8835bc4977ddca051a0c0
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 <adilger@whamcloud.com>
misc/tune2fs.c