Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2018 18:29:54 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r340230 - stable/12/sys/sys
Message-ID:  <201811071829.wA7ITsFH043463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed Nov  7 18:29:54 2018
New Revision: 340230
URL: https://svnweb.freebsd.org/changeset/base/340230

Log:
  MFC r339892:
  Clarify explanation of VFCF_SBDRY.
  
  Approved by:	re (gjb)

Modified:
  stable/12/sys/sys/mount.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/sys/mount.h
==============================================================================
--- stable/12/sys/sys/mount.h	Wed Nov  7 18:28:55 2018	(r340229)
+++ stable/12/sys/sys/mount.h	Wed Nov  7 18:29:54 2018	(r340230)
@@ -553,7 +553,8 @@ struct ovfsconf {
 #define	VFCF_UNICODE	0x00200000	/* stores file names as Unicode */
 #define	VFCF_JAIL	0x00400000	/* can be mounted from within a jail */
 #define	VFCF_DELEGADMIN	0x00800000	/* supports delegated administration */
-#define	VFCF_SBDRY	0x01000000	/* defer stop requests */
+#define	VFCF_SBDRY	0x01000000	/* Stop at Boundary: defer stop requests
+					   to kernel->user (AST) transition */
 
 typedef uint32_t fsctlop_t;
 



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