mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Update after r303154 to note that operations on local files are safe.
This commit is contained in:
parent
fd936afb97
commit
0d378d6b92
1 changed files with 3 additions and 1 deletions
|
|
@ -54,7 +54,9 @@ the
|
|||
.Va vfs.aio.enable_unsafe
|
||||
sysctl node to a non-zero value.
|
||||
.Pp
|
||||
Asynchronous I/O operations on sockets and raw disk devices do not block
|
||||
Asynchronous I/O operations on sockets,
|
||||
raw disk devices,
|
||||
and regular files on local filesystems do not block
|
||||
indefinitely and are always enabled.
|
||||
.Pp
|
||||
The
|
||||
|
|
|
|||
Loading…
Reference in a new issue