]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
tune2fs: kill external journal if device not found
authorAndreas Dilger <adilger@whamcloud.com>
Sat, 24 Sep 2011 17:17:05 +0000 (13:17 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 24 Sep 2011 18:34:47 +0000 (14:34 -0400)
commitd90d6a71460d2e3fd57607f90f9abbd1e7d77e3b
treeeb0f6931fbdb12de524e7401931a04772abddc8e
parent6b56f3d92d08806ab415e8fd883480f7f9c148e8
tune2fs: kill external journal if device not found

Continue to remove the external journal device even if the device
cannot be found.

Add a test to verify that the journal device/UUID are actually removed
from the superblock.  It isn't possible to use a real journal device
for testing without loopback devices and such (it must be a block device)
and this would invite complexity and failures in the regression test.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/tune2fs.c
tests/t_ext_jnl_rm/script [new file with mode: 0644]