1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

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.
This commit is contained in:
Dag-Erling Smørgrav 2004-10-26 12:20:57 +00:00
parent 6e77a04170
commit 995356dc10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136970

View File

@ -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
#####################################################################