Skip to content

Commit

Permalink
Merge pull request #194 from truenas/zfs-2.2-release-temp
Browse files Browse the repository at this point in the history
ZIL: Remove 128K into 2x68K LWB split optimization
  • Loading branch information
amotin authored Dec 6, 2023
2 parents 732b2a1 + 22bf179 commit a839eff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions module/zfs/zil.c
Original file line number Diff line number Diff line change
Expand Up @@ -1728,8 +1728,6 @@ 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 a839eff

Please sign in to comment.