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_PARM_DESC(zfs_vdev_sync_write_min_active,
|
||||
"Min active sync write I/Osper vdev");
|
||||
"Min active sync write I/Os per vdev");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user