diff options
author | Ryan Moeller <[email protected]> | 2020-04-15 14:14:47 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-15 11:14:47 -0700 |
commit | a7929f31373497590f5884efbc7cde29104e94d5 (patch) | |
tree | 19860be7259b7f4432637a51898b6a9a8e512e87 /module/zfs/txg.c | |
parent | af99094dee7b47d32678b271ca90563e9b89bb78 (diff) |
Update FreeBSD tunables
Remove some obsolete legacy compat, rename some misnamed, and add some
missing tunables for FreeBSD.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10203
Diffstat (limited to 'module/zfs/txg.c')
-rw-r--r-- | module/zfs/txg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/txg.c b/module/zfs/txg.c index 8d1c2a5c8..2284234fe 100644 --- a/module/zfs/txg.c +++ b/module/zfs/txg.c @@ -1054,6 +1054,6 @@ EXPORT_SYMBOL(txg_stalled); EXPORT_SYMBOL(txg_sync_waiting); /* BEGIN CSTYLED */ -ZFS_MODULE_PARAM(zfs, zfs_, txg_timeout, INT, ZMOD_RW, +ZFS_MODULE_PARAM(zfs_txg, zfs_txg_, timeout, INT, ZMOD_RW, "Max seconds worth of delta per txg"); /* END CSTYLED */ |