aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAlexander Motin <[email protected]>2023-01-05 12:15:31 -0500
committerGitHub <[email protected]>2023-01-05 10:15:31 -0700
commitbacf366fe246351db5062ae55e1d0613123bd1bc (patch)
tree858533de517add349b582b4e1ad1c628f6065f1a /man
parented2f7ba08d0caf10bd0c8eea98fad05f2bd39f59 (diff)
Hide b_freeze_* under ZFS_DEBUG
This saves 40 bytes per full ARC header, reducing it on FreeBSD from 240 to 200 bytes on production bits. Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Richard Yao <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Matthew Ahrens <[email protected]> Signed-off-by: Alexander Motin <[email protected]> Closes #14315
Diffstat (limited to 'man')
-rw-r--r--man/man4/zfs.42
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man4/zfs.4 b/man/man4/zfs.4
index 8cef04cda..f788e645c 100644
--- a/man/man4/zfs.4
+++ b/man/man4/zfs.4
@@ -1391,7 +1391,7 @@ _
* 2 ZFS_DEBUG_DBUF_VERIFY Enable extra dbuf verifications.
* 4 ZFS_DEBUG_DNODE_VERIFY Enable extra dnode verifications.
8 ZFS_DEBUG_SNAPNAMES Enable snapshot name verification.
- 16 ZFS_DEBUG_MODIFY Check for illegally modified ARC buffers.
+* 16 ZFS_DEBUG_MODIFY Check for illegally modified ARC buffers.
64 ZFS_DEBUG_ZIO_FREE Enable verification of block frees.
128 ZFS_DEBUG_HISTOGRAM_VERIFY Enable extra spacemap histogram verifications.
256 ZFS_DEBUG_METASLAB_VERIFY Verify space accounting on disk matches in-memory \fBrange_trees\fP.