Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2016 20:52:41 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303202 - head/share/man/man4
Message-ID:  <201607222052.u6MKqfwW075685@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Fri Jul 22 20:52:40 2016
New Revision: 303202
URL: https://svnweb.freebsd.org/changeset/base/303202

Log:
  Update after r303154 to note that operations on local files are safe.

Modified:
  head/share/man/man4/aio.4

Modified: head/share/man/man4/aio.4
==============================================================================
--- head/share/man/man4/aio.4	Fri Jul 22 19:36:11 2016	(r303201)
+++ head/share/man/man4/aio.4	Fri Jul 22 20:52:40 2016	(r303202)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607222052.u6MKqfwW075685>