Skip to content

Commit

Permalink
Revert "ZIL: Remove 128K into 2x68K LWB split optimization"
Browse files Browse the repository at this point in the history
This reverts commit 2aa3a48.
  • Loading branch information
usaleem-ix committed Dec 11, 2023
1 parent c9e9d66 commit f2d65ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/zfs/zil.c
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,8 @@ static const struct {
{ 8192 + 4096, 8192 + 4096 }, /* database */
{ 32768 + 4096, 32768 + 4096 }, /* NFS writes */
{ 65536 + 4096, 65536 + 4096 }, /* 64KB writes */
{ 131072, 131072 }, /* < 128KB writes */
{ 131072 +4096, 65536 + 4096 }, /* 128KB writes */
{ UINT64_MAX, SPA_OLD_MAXBLOCKSIZE}, /* > 128KB writes */
};

Expand Down

0 comments on commit f2d65ab

Please sign in to comment.