Turn back on direct I/O in the testing mix
[xfstests-dev.git] / src / fsstress.c
index b7e592d71de42359d382de02f27782be85fb8355..de7b0c65344b4695d42dd4799a8576e0ee286869 100644 (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 },