mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-14 12:10:26 +03:00
Fix small typo
Add a missing space to the zfs_vdev_sync_write_min_active module parameter description. Signed-off-by: loli10K <ezomori.nozomu@gmail.com> Signed-off-by: Richard Yao <ryao@gentoo.org> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #3714
This commit is contained in:
parent
da619f3a19
commit
3757bff3b1
@ -831,5 +831,5 @@ MODULE_PARM_DESC(zfs_vdev_sync_write_max_active,
|
|||||||
|
|
||||||
module_param(zfs_vdev_sync_write_min_active, int, 0644);
|
module_param(zfs_vdev_sync_write_min_active, int, 0644);
|
||||||
MODULE_PARM_DESC(zfs_vdev_sync_write_min_active,
|
MODULE_PARM_DESC(zfs_vdev_sync_write_min_active,
|
||||||
"Min active sync write I/Osper vdev");
|
"Min active sync write I/Os per vdev");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user