diff options
| -rw-r--r-- | etc/sysctl.conf | 6 | ||||
| -rw-r--r-- | sys/kern/vfs_bio.c | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 2fa486fa5a11..398ce274ab18 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -4,9 +4,3 @@ # ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details. # -#vfs.vmiodirenable=0 # Set to 1 to enable the use of the VM subsystem to - # back UFS directory memory requirements. Because of - # the amount of wasted memory this causes it's not - # advised for machines with less than 64MB of RAM, but - # on machines with more than 64MB it can provide a - # substantial benefit related to directory caching. diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 39e09b31e0f2..f2a78bd0631b 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -90,7 +90,7 @@ static void buf_daemon __P((void)); * but the code is intricate enough already. */ vm_page_t bogus_page; -int vmiodirenable = FALSE; +int vmiodirenable = TRUE; int runningbufspace; static vm_offset_t bogus_offset; |
