svn commit: r321592 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Ed Maste
emaste at FreeBSD.org
Wed Jul 26 23:05:27 UTC 2017
Author: emaste
Date: Wed Jul 26 23:05:25 2017
New Revision: 321592
URL: https://svnweb.freebsd.org/changeset/base/321592
Log:
MFC r321218: 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
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c
==============================================================================
--- stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c Wed Jul 26 23:03:21 2017 (r321591)
+++ stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c Wed Jul 26 23:05:25 2017 (r321592)
@@ -166,7 +166,7 @@ static int sysctl_zfs_delay_min_dirty_percent(SYSCTL_H
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 */
More information about the svn-src-stable
mailing list