]> granicus.if.org Git - zfs/commit
Fix manual description of zfs_arc_dnode_limit
authorchrisrd <chris@onthe.net.au>
Wed, 14 Jun 2017 20:23:02 +0000 (06:23 +1000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 14 Jun 2017 20:23:02 +0000 (13:23 -0700)
commit627791f3c0f27322d7d5dd99630f03759278d824
treef769608a48f76490da66b8fee688adb266143bda
parent8f7933fec906f14c40af297d2c89fc2567a39a1e
Fix manual description of zfs_arc_dnode_limit

In arc_evict_state() we start pruning when arc_dnode_size >
arc_dnode_limit, i.e. arc_dnode_limit is a ceiling rather than a
floor.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Chris Dunlop <chris@onthe.net.au>
Closes #6228
man/man5/zfs-module-parameters.5