Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing module_param for zfs_per_txg_dirty_frees_percent #5750

Merged
merged 1 commit into from Feb 7, 2017
Merged

Add missing module_param for zfs_per_txg_dirty_frees_percent #5750

merged 1 commit into from Feb 7, 2017

Commits on Feb 6, 2017

  1. 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.
    dpquigl committed Feb 6, 2017
    Copy the full SHA
    6a177c4 View commit details
    Browse the repository at this point in the history