zfs: Fix a typo in the delay_min_dirty_percent sysctl description

The description is FreeBSD-specific and was added in r266497
to fix PR189865.

PR:		220825
Submitted by:	Fabian Keil
Obtained from:	ElectroBSD
MFC after:	1 week
This commit is contained in:
emaste 2017-07-19 18:17:41 +00:00
parent b62be2202a
commit c57f275b7d

View File

@ -167,7 +167,7 @@ static int sysctl_zfs_delay_min_dirty_percent(SYSCTL_HANDLER_ARGS);
SYSCTL_PROC(_vfs_zfs, OID_AUTO, delay_min_dirty_percent,
CTLTYPE_INT | CTLFLAG_MPSAFE | CTLFLAG_RW, 0, sizeof(int),
sysctl_zfs_delay_min_dirty_percent, "I",
"The limit of outstanding dirty data before transations are delayed");
"The limit of outstanding dirty data before transactions are delayed");
static int sysctl_zfs_delay_scale(SYSCTL_HANDLER_ARGS);
/* No zfs_delay_scale tunable due to limit requirements */