Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102758246
D25592.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
693 B
Referenced Files
None
Subscribers
None
D25592.diff
View Options
Index: sys/vm/vm_page.c
===================================================================
--- sys/vm/vm_page.c
+++ sys/vm/vm_page.c
@@ -159,7 +159,7 @@
static int sysctl_vm_page_excludelist(SYSCTL_HANDLER_ARGS);
SYSCTL_PROC(_vm, OID_AUTO, page_excludelist, CTLTYPE_STRING | CTLFLAG_RD |
CTLFLAG_MPSAFE, NULL, 0, sysctl_vm_page_excludelist, "A",
- "Blacklist pages");
+ "Explicitly exclude pages");
static uma_zone_t fakepg_zone;
@@ -292,7 +292,7 @@
if (*end == '\n' || *end == ' ' || *end == ',')
*end = '\0';
else {
- printf("Blacklist not terminated, skipping\n");
+ printf("Excludelist not terminated, skipping\n");
*list = NULL;
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 6:28 PM (22 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14683155
Default Alt Text
D25592.diff (693 B)
Attached To
Mode
D25592: Fix inconsistent use of blacklist and excludelist.
Attached
Detach File
Event Timeline
Log In to Comment