summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2011-05-23 19:59:01 +0000
committerru <ru@FreeBSD.org>2011-05-23 19:59:01 +0000
commit5a5a985b61cecaef16da11c4ab37777ff7aee502 (patch)
tree703c68801120a5f56d0d4ba3228c907cc98d3bcd /sys/kern/vfs_bio.c
parent5c47ee0af2e9096b10751d1f6669640360a8b859 (diff)
downloadFreeBSD-src-5a5a985b61cecaef16da11c4ab37777ff7aee502.zip
FreeBSD-src-5a5a985b61cecaef16da11c4ab37777ff7aee502.tar.gz
BKVASIZE was bumped to 16k more than a decade ago.
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 0b5e973..00681ca 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -654,7 +654,7 @@ bufinit(void)
* To support extreme low-memory systems, make sure hidirtybuffers cannot
* eat up all available buffer space. This occurs when our minimum cannot
* be met. We try to size hidirtybuffers to 3/4 our buffer space assuming
- * BKVASIZE'd (8K) buffers.
+ * BKVASIZE'd buffers.
*/
while ((long)hidirtybuffers * BKVASIZE > 3 * hibufspace / 4) {
hidirtybuffers >>= 1;
OpenPOWER on IntegriCloud