diff options
author | Theodore Ts'o <tytso@mit.edu> | 2003-07-12 16:01:45 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2003-07-12 16:01:45 -0400 |
commit | 1c29b0979a7100a4fd254c006997a08b3bdd72df (patch) | |
tree | 46d2f03e98cbad5a07bbf98f4037cb1107f2b126 /configure | |
parent | 93636bdea9f89ea381098cdb80e2d6d67bbe58a0 (diff) | |
download | e2fsprogs-1c29b0979a7100a4fd254c006997a08b3bdd72df.tar.gz |
badblocks.c (do_read, do_write, test_rw): Change the read/write
test to honor the -c option (number of blocks at a time).
do_read and do_write will try to turn on the O_DIRECT flag
if it appears that it is possible to use it. (Addresses
Debian bug #198006)
Diffstat (limited to 'configure')
-rw-r--r-- | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5858,7 +5858,7 @@ EOF fi fi -for ac_func in chflags getrusage llseek lseek64 open64 getmntinfo strtoull strcasecmp srandom fchown mallinfo fdatasync strnlen strptime sysconf pathconf +for ac_func in chflags getrusage llseek lseek64 open64 getmntinfo strtoull strcasecmp srandom fchown mallinfo fdatasync strnlen strptime sysconf pathconf posix_memalign memalign valloc do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:5865: checking for $ac_func" >&5 |