Turn back on direct I/O in the testing mix

This commit is contained in:
Steve Lord
2001-03-05 20:18:45 +00:00
parent f36565d793
commit ee971e7cb0
+2 -2
View File
@@ -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 },