diff options
author | des <des@FreeBSD.org> | 2004-10-26 12:20:57 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-10-26 12:20:57 +0000 |
commit | 313e249d9e6007e032370ffde1977447cdd64ee1 (patch) | |
tree | cc9f446d07c3ed5f6814892e01d1befc7f06b2e1 /sys/conf/NOTES | |
parent | fd2239c999cde831addfbfeb6a93874315b13654 (diff) | |
download | FreeBSD-src-313e249d9e6007e032370ffde1977447cdd64ee1.zip FreeBSD-src-313e249d9e6007e032370ffde1977447cdd64ee1.tar.gz |
Uncomment DIRECTIO and NSWBUF_MIN. They are both positive options (i.e.
they enable rather than disable code), so they should be on in LINT.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 2f28b32..c60f002 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2420,13 +2420,13 @@ options PANIC_REBOOT_WAIT_TIME=16 # file. Both offset and length of the read operation must be # multiples of the physical media sector size. # -#options DIRECTIO +options DIRECTIO # Specify a lower limit for the number of swap I/O buffers. They are # (among other things) used when bypassing the buffer cache due to # DIRECTIO kernel option enabled and O_DIRECT flag set on file. # -#options NSWBUF_MIN=120 +options NSWBUF_MIN=120 ##################################################################### |