Skip to content

Commit

Permalink
Revert "Temporarily disable Direct IO by default"
Browse files Browse the repository at this point in the history
This reverts commit 4121059 now
that b4e4cbe has been merged.

Signed-off-by: Brian Behlendorf <[email protected]>
  • Loading branch information
behlendorf committed Oct 9, 2024
1 parent b4e4cbe commit f072358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/zfs_vnops.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static int zfs_bclone_wait_dirty = 0;
* directed through the ARC acting as though the dataset property direct was
* set to disabled.
*/
static int zfs_dio_enabled = 0;
static int zfs_dio_enabled = 1;


/*
Expand Down

0 comments on commit f072358

Please sign in to comment.