File tree 2 files changed +0
-27
lines changed 2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -2411,10 +2411,6 @@ aarch64_neonx2 NEON with more unrolling Aarch64/64-bit ARMv8
2411
2411
powerpc_altivec Altivec PowerPC
2412
2412
.TE
2413
2413
.
2414
- .It Sy zfs_vdev_scheduler Pq charp
2415
- .Sy DEPRECATED .
2416
- Prints warning to kernel log for compatibility.
2417
- .
2418
2414
.It Sy zfs_zevent_len_max Ns = Ns Sy 512 Pq uint
2419
2415
Max event queue length.
2420
2416
Events in the queue can be viewed with
Original file line number Diff line number Diff line change @@ -1576,29 +1576,6 @@ vdev_ops_t vdev_disk_ops = {
1576
1576
.vdev_op_kobj_evt_post = vdev_disk_kobj_evt_post
1577
1577
};
1578
1578
1579
- /*
1580
- * The zfs_vdev_scheduler module option has been deprecated. Setting this
1581
- * value no longer has any effect. It has not yet been entirely removed
1582
- * to allow the module to be loaded if this option is specified in the
1583
- * /etc/modprobe.d/zfs.conf file. The following warning will be logged.
1584
- */
1585
- static int
1586
- param_set_vdev_scheduler (const char * val , zfs_kernel_param_t * kp )
1587
- {
1588
- int error = param_set_charp (val , kp );
1589
- if (error == 0 ) {
1590
- printk (KERN_INFO "The 'zfs_vdev_scheduler' module option "
1591
- "is not supported.\n" );
1592
- }
1593
-
1594
- return (error );
1595
- }
1596
-
1597
- static const char * zfs_vdev_scheduler = "unused" ;
1598
- module_param_call (zfs_vdev_scheduler , param_set_vdev_scheduler ,
1599
- param_get_charp , & zfs_vdev_scheduler , 0644 );
1600
- MODULE_PARM_DESC (zfs_vdev_scheduler , "I/O scheduler" );
1601
-
1602
1579
int
1603
1580
param_set_min_auto_ashift (const char * buf , zfs_kernel_param_t * kp )
1604
1581
{
You can’t perform that action at this time.
0 commit comments