Whamcloud - gitweb
libext2fs: add test facility UNIX_IO_FORCE_BOUNCE in unix_io.c
authorTheodore Ts'o <tytso@mit.edu>
Tue, 13 Sep 2016 18:34:59 +0000 (14:34 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 13 Sep 2016 18:34:59 +0000 (14:34 -0400)
commit224b15673a34f818009f89e02ca23fadb389199c
tree2933f072914ea9a43a196d66a58eb424b5d9ca07
parentca1de98a8baf411483dd5ab46d0c5de1ed68817f
libext2fs: add test facility UNIX_IO_FORCE_BOUNCE in unix_io.c

If the UNIX_IO_FORCE_BOUNCE environment is set, all I/O will be sent
through the bounce buffer code paths for debugging / testing purposes.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/ext2_io.h
lib/ext2fs/unix_io.c