commit | 2a29f1354f793557fa1829c9e85e74586e2907db | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon May 05 12:08:47 2003 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon May 05 12:08:47 2003 -0400 |
tree | 61f96381328c02bf48f57b84b3d88fc603e20e7a | |
parent | becf36f6ace508fd091052b9e9bcdea192bfbc48 [diff] |
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.