]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - debugfs/debugfs.c
Add ability for debugfs to use a separate source of data blocks when
authorTheodore Ts'o <tytso@mit.edu>
Thu, 29 Jul 2004 01:11:48 +0000 (21:11 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 29 Jul 2004 01:11:48 +0000 (21:11 -0400)
commit1ad54a940c499a66241f624882f1ffa03ce56d90
tree97dc071ddf88a406944adb2af4be53d9e9a7d8c8
parent8c6b6483887c81b2f04db3e0683bd1d00dba3714
Add ability for debugfs to use a separate source of data blocks when
reading from an e2image file.  (New -d option)

Add new functions ext2fs_get_data_io, ext2fs_set_data_io,
ext2fs_rewrite_to_io to libext2fs library.
12 files changed:
debugfs/ChangeLog
debugfs/debugfs.8.in
debugfs/debugfs.c
lib/ext2fs/ChangeLog
lib/ext2fs/block.c
lib/ext2fs/ext2_err.et.in
lib/ext2fs/ext2fs.h
lib/ext2fs/freefs.c
lib/ext2fs/initialize.c
lib/ext2fs/inode.c
lib/ext2fs/openfs.c
lib/ext2fs/rw_bitmaps.c