Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 22:21:46 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247140 - head/share/man/man9
Message-ID:  <201302212221.r1LMLksi096609@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Thu Feb 21 22:21:45 2013
New Revision: 247140
URL: http://svnweb.freebsd.org/changeset/base/247140

Log:
  Document VFCF_SBDRY.
  
  Reviewed by:	jhb
  X-MFC with:	r247116

Modified:
  head/share/man/man9/VFS_SET.9

Modified: head/share/man/man9/VFS_SET.9
==============================================================================
--- head/share/man/man9/VFS_SET.9	Thu Feb 21 21:59:35 2013	(r247139)
+++ head/share/man/man9/VFS_SET.9	Thu Feb 21 22:21:45 2013	(r247140)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 28, 2013
+.Dd February 21, 2013
 .Dt VFS_SET 9
 .Os
 .Sh NAME
@@ -80,6 +80,9 @@ Supports delegated administration if
 .Va vfs.usermount
 sysctl is set to
 .Dv 1 .
+.It Dv VFCF_SBDRY
+When in VFS method, the thread suspension is deferred to the user
+boundary upon arrival of stop action.
 .El
 .Sh PSEUDOCODE
 .Bd -literal



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