| Summary: | [ZFS] Fix a typo in the delay_min_dirty_percent sysctl description | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Fabian Keil <fk> | ||||
| Component: | kern | Assignee: | Ed Maste <emaste> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | emaste, smh | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | CURRENT | Flags: | emaste:
mfc-stable11+
emaste: mfc-stable10+ emaste: mfc-stable9- |
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189865 | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: emaste Date: Wed Jul 19 18:17:42 UTC 2017 New revision: 321218 URL: https://svnweb.freebsd.org/changeset/base/321218 Log: 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 Changes: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c A commit references this bug: Author: emaste Date: Wed Jul 26 23:03:22 UTC 2017 New revision: 321591 URL: https://svnweb.freebsd.org/changeset/base/321591 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 Changes: _U stable/11/ stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c A commit references this bug: Author: emaste Date: Wed Jul 26 23:05:26 UTC 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 Changes: _U stable/10/ stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c |
Created attachment 184468 [details] Fix typo in the delay_min_dirty_percent sysctl description The attached patch fixes 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