summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-03-23 20:18:06 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-03-23 20:18:06 +0000
commit9b84ba1cbbbb98b040014bbc56d1e7f442be16bd (patch)
treedbf8a2cf2eaf0f6563642607897c3dbfa1da2ca3 /sys/kern/vfs_bio.c
parent0c1ff9c605ce076a46bd31cc3b3f60030f4ba022 (diff)
Notes
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 7597a39ec5d7..0715e9125d18 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -125,10 +125,10 @@ static long bufspace;
#if defined(COMPAT_FREEBSD4) || defined(COMPAT_FREEBSD5) || \
defined(COMPAT_FREEBSD6) || defined(COMPAT_FREEBSD7)
SYSCTL_PROC(_vfs, OID_AUTO, bufspace, CTLTYPE_LONG|CTLFLAG_MPSAFE|CTLFLAG_RD,
- &bufspace, 0, sysctl_bufspace, "L", "KVA memory used for bufs");
+ &bufspace, 0, sysctl_bufspace, "L", "Virtual memory used for buffers");
#else
SYSCTL_LONG(_vfs, OID_AUTO, bufspace, CTLFLAG_RD, &bufspace, 0,
- "KVA memory used for bufs");
+ "Virtual memory used for buffers");
#endif
static long maxbufspace;
SYSCTL_LONG(_vfs, OID_AUTO, maxbufspace, CTLFLAG_RD, &maxbufspace, 0,