Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2016 21:16:18 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r303462 - stable/11/share/man/man4
Message-ID:  <201607282116.u6SLGIR3038466@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Thu Jul 28 21:16:18 2016
New Revision: 303462
URL: https://svnweb.freebsd.org/changeset/base/303462

Log:
  MFC 303202: Update to note that operations on local files are safe.
  
  Approved by:	re (gjb)

Modified:
  stable/11/share/man/man4/aio.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/aio.4
==============================================================================
--- stable/11/share/man/man4/aio.4	Thu Jul 28 20:51:29 2016	(r303461)
+++ stable/11/share/man/man4/aio.4	Thu Jul 28 21:16:18 2016	(r303462)
@@ -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?201607282116.u6SLGIR3038466>