FreeBSD Bugzilla – Attachment 184468 Details for
Bug 220825
[ZFS] Fix a typo in the delay_min_dirty_percent sysctl description
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix typo in the delay_min_dirty_percent sysctl description
ZFS-Fix-a-typo-in-the-delay_min_dirty_percent-sysctl.diff (text/plain), 1.26 KB, created by
Fabian Keil
on 2017-07-18 11:20:21 UTC
(
hide
)
Description:
Fix typo in the delay_min_dirty_percent sysctl description
Filename:
MIME Type:
Creator:
Fabian Keil
Created:
2017-07-18 11:20:21 UTC
Size:
1.26 KB
patch
obsolete
>From 5fc6f7fd35345d74adc680f176bf6d92b052c105 Mon Sep 17 00:00:00 2001 >From: Fabian Keil <fk@fabiankeil.de> >Date: Mon, 2 May 2016 12:05:41 +0200 >Subject: [PATCH] ZFS: Fix a typo in the delay_min_dirty_percent sysctl > description > >The description is FreeBSD-specific and was added in r266497 to >fix #189865. > >Obtained from: ElectroBSD >--- > sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c >index 10e5b156bbcc..4d9da2f53b9e 100644 >--- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c >+++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c >@@ -162,7 +162,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 */ >-- >2.13.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220825
: 184468