diff options
author | Brian Behlendorf <[email protected]> | 2019-11-27 10:35:49 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-27 10:35:49 -0800 |
commit | 9e17e6f2541c69a7a5e0ed814a7f5e71cbf8b90a (patch) | |
tree | 873a33f82b25d13fd86a82cff31ed7064e68555a /include | |
parent | 3c819a2c7da4560abb75b9dbf9a314ceafddaf86 (diff) |
Remove zfs_vdev_elevator module option
As described in commit f81d5ef6 the zfs_vdev_elevator module
option is being removed. Users who require this functionality
should update their systems to set the disk scheduler using a
udev rule.
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: loli10K <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #8664
Closes #9417
Closes #9609
Diffstat (limited to 'include')
-rw-r--r-- | include/os/linux/kernel/linux/blkdev_compat.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/os/linux/kernel/linux/blkdev_compat.h b/include/os/linux/kernel/linux/blkdev_compat.h index 2de8a16e2..3ba14ef40 100644 --- a/include/os/linux/kernel/linux/blkdev_compat.h +++ b/include/os/linux/kernel/linux/blkdev_compat.h @@ -457,14 +457,6 @@ blk_queue_discard_secure(struct request_queue *q) } /* - * Default Linux IO Scheduler, - * Setting the scheduler to noop will allow the Linux IO scheduler to - * still perform front and back merging, while leaving the request - * ordering and prioritization to the ZFS IO scheduler. - */ -#define VDEV_SCHEDULER "noop" - -/* * A common holder for vdev_bdev_open() is used to relax the exclusive open * semantics slightly. Internal vdev disk callers may pass VDEV_HOLDER to * allow them to open the device multiple times. Other kernel callers and |