aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
diff options
context:
space:
mode:
authorRob N <[email protected]>2023-04-07 03:31:19 +1000
committerGitHub <[email protected]>2023-04-06 10:31:19 -0700
commitece7ab7e7de81a9a51923d7baa7db3577de4aace (patch)
tree379ee297228848e5ee11deaa5a05711c6c984f71 /module/os
parentb66c2a0899a71fce6454ff92e77e3838eafb27c8 (diff)
vdev: expose zfs_vdev_def_queue_depth as a module parameter
It was previously available only to FreeBSD. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Tino Reichardt <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Rob Norris <[email protected]> Sponsored-by: Klara, Inc. Sponsored-by: Seagate Technology LLC Closes #14718
Diffstat (limited to 'module/os')
-rw-r--r--module/os/freebsd/zfs/sysctl_os.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/module/os/freebsd/zfs/sysctl_os.c b/module/os/freebsd/zfs/sysctl_os.c
index eccb91def..cc616f33d 100644
--- a/module/os/freebsd/zfs/sysctl_os.c
+++ b/module/os/freebsd/zfs/sysctl_os.c
@@ -887,14 +887,6 @@ SYSCTL_UINT(_vfs_zfs, OID_AUTO, top_maxinflight,
" (LEGACY)");
/* END CSTYLED */
-extern uint_t zfs_vdev_def_queue_depth;
-
-/* BEGIN CSTYLED */
-SYSCTL_UINT(_vfs_zfs_vdev, OID_AUTO, def_queue_depth,
- CTLFLAG_RWTUN, &zfs_vdev_def_queue_depth, 0,
- "Default queue depth for each allocator");
-/* END CSTYLED */
-
/* zio.c */
/* BEGIN CSTYLED */