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>
Tue, 29 May 2012 08:08:49 +0000 (02:08 -0600)
commit059761a9db0e299bad3ac5796c133b783e92a9b3
treed3a410a8d578c622458ceb32dbcb37352a20fbdd
parent29c34142c80dff6085554fd3e311ccda09a35ac5
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