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:
Ed Maste 2017-07-19 18:17:41 +00:00
parent 9680bb9877
commit 5c12f7c3e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321218

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 */