mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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:
parent
6e77a04170
commit
995356dc10
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
#####################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue