]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - debugfs/debugfs.c
Use BLOCK_FLAG_READ_ONLY flag in debugfs, e2image, and tune2fs
authorTheodore Ts'o <tytso@mit.edu>
Thu, 7 Feb 2008 19:37:17 +0000 (14:37 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 19 Feb 2008 01:05:55 +0000 (20:05 -0500)
commit43323be95742298b8229be728c3812e95c90629c
tree95bd03e448e14df76bf45c3f23c004c87c59b731
parent206fea69f8624843c2ffd32bab171059ec137780
Use BLOCK_FLAG_READ_ONLY flag in debugfs, e2image, and tune2fs

Pass BLOCK_FLAG_READ_ONLY to ext2fs_block_iterate2() so that debugfs,
e2image, and tune2fs will work well with filesystems containing
extents.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/debugfs.c
debugfs/htree.c
debugfs/icheck.c
debugfs/lsdel.c
misc/e2image.c
misc/tune2fs.c