From ee971e7cb00bf009ac5bc81a42e75d3dc1a17655 Mon Sep 17 00:00:00 2001 From: Steve Lord Date: Mon, 5 Mar 2001 20:18:45 +0000 Subject: [PATCH] Turn back on direct I/O in the testing mix --- src/fsstress.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fsstress.c b/src/fsstress.c index b7e592d7..de7b0c65 100644 --- a/src/fsstress.c +++ b/src/fsstress.c @@ -151,8 +151,8 @@ opdesc_t ops[] = { { OP_BULKSTAT1, "bulkstat1", bulkstat1_f, 1, 0 }, { OP_CHOWN, "chown", chown_f, 3, 1 }, { OP_CREAT, "creat", creat_f, 4, 1 }, - { OP_DREAD, "dread", dread_f, /* 4 */ 0, 0 }, - { OP_DWRITE, "dwrite", dwrite_f, /* 4 */ 0, 1 }, + { OP_DREAD, "dread", dread_f, 4, 0 }, + { OP_DWRITE, "dwrite", dwrite_f, 4, 1 }, { OP_FDATASYNC, "fdatasync", fdatasync_f, 1, 1 }, { OP_FREESP, "freesp", freesp_f, 1, 1 }, { OP_FSYNC, "fsync", fsync_f, 1, 1 }, -- 2.30.2