diff options
author | Richard Elling <[email protected]> | 2018-02-07 11:54:20 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-02-07 11:54:20 -0800 |
commit | 6b810d04bda3f274c7835e313a0dfc6938487772 (patch) | |
tree | 2625ca70699596d8799eadb1b5a3f485314cb513 /man | |
parent | 6d82b79699a40c9b8934286fabdcba5a68ee5bd6 (diff) |
Remove deprecated zfs_arc_p_aggressive_disable
zfs_arc_p_aggressive_disable is no more. This PR removes docs
and module parameters for zfs_arc_p_aggressive_disable.
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Richard Elling <[email protected]>
Closes #7135
Diffstat (limited to 'man')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 77b162a2a..529684742 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -691,17 +691,6 @@ Default value: \fB0\fR. .sp .ne 2 .na -\fBzfs_arc_p_aggressive_disable\fR (int) -.ad -.RS 12n -Disable aggressive arc_p growth -.sp -Use \fB1\fR for yes (default) and \fB0\fR to disable. -.RE - -.sp -.ne 2 -.na \fBzfs_arc_p_dampener_disable\fR (int) .ad .RS 12n |