HomeFreeBSD

Add missing module_param for zfs_per_txg_dirty_frees_percent

Description

Add missing module_param for zfs_per_txg_dirty_frees_percent

When the code was added this tunable was not exposed via module params. Also it
was not documented. This patch changes the type from a uint32 to a ulong as
done with other percentage tunables and also documents it in the
zfs-module-parameters man page.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: David Quigley <david.quigley@intel.com>
Closes #5750

Details

Provenance
David Quigley <dpquigl@users.noreply.github.com>Authored on Feb 7 2017, 5:44 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Feb 7 2017, 5:44 PM
Parents
rGcd5083c00c62: Fix coverity defects: CID 155928
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGbef78122e606: Add missing module_param for zfs_per_txg_dirty_frees_percent (authored by David Quigley <dpquigl@users.noreply.github.com>).Feb 7 2017, 5:44 PM