mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Turn back on direct I/O in the testing mix
This commit is contained in:
+2
-2
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user