Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109895129
D34877.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
672 B
Referenced Files
None
Subscribers
None
D34877.diff
View Options
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c
--- a/sys/vm/swap_pager.c
+++ b/sys/vm/swap_pager.c
@@ -163,10 +163,10 @@
"VM swap stats");
SYSCTL_PROC(_vm, OID_AUTO, swap_reserved, CTLTYPE_U64 | CTLFLAG_RD | CTLFLAG_MPSAFE,
- &swap_reserved, 0, sysctl_page_shift, "A",
+ &swap_reserved, 0, sysctl_page_shift, "QU",
"Amount of swap storage needed to back all allocated anonymous memory.");
SYSCTL_PROC(_vm, OID_AUTO, swap_total, CTLTYPE_U64 | CTLFLAG_RD | CTLFLAG_MPSAFE,
- &swap_total, 0, sysctl_page_shift, "A",
+ &swap_total, 0, sysctl_page_shift, "QU",
"Total amount of available swap storage.");
static int overcommit = 0;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 11, 9:37 PM (15 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16601598
Default Alt Text
D34877.diff (672 B)
Attached To
Mode
D34877: Fix OID format for `vm.swap_reserved` and `vm.swap_total`
Attached
Detach File
Event Timeline
Log In to Comment