]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/tune2fs.c
Add --enable-test-io-debug configure option which causes e2fsck and
authorTheodore Ts'o <tytso@mit.edu>
Mon, 5 May 2003 16:08:47 +0000 (12:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 5 May 2003 16:08:47 +0000 (12:08 -0400)
commit2a29f1354f793557fa1829c9e85e74586e2907db
tree61f96381328c02bf48f57b84b3d88fc603e20e7a
parentbecf36f6ace508fd091052b9e9bcdea192bfbc48
Add --enable-test-io-debug configure option which causes e2fsck and
tune2fs to use the test I/O manager.

The test I/O manager has been changed to not do anything extra by
default, unless the TEST_IO_FLAGS and/or TEST_IO_BLOCK environment
variables are set, which controls what I/O operations are logged and
a block number to watch, respectively.  The log messages are sent to
stderr by default, unless a filename is specified via the
TEST_IO_LOGFILE environment variable.
ChangeLog
configure
configure.in
e2fsck/ChangeLog
e2fsck/unix.c
lib/ext2fs/ChangeLog
lib/ext2fs/test_io.c
misc/ChangeLog
misc/tune2fs.c