svn commit: r340232 - stable/11/sys/sys

Konstantin Belousov kib at FreeBSD.org
Wed Nov 7 18:32:14 UTC 2018


Author: kib
Date: Wed Nov  7 18:32:10 2018
New Revision: 340232
URL: https://svnweb.freebsd.org/changeset/base/340232

Log:
  MFC r339892:
  Clarify explanation of VFCF_SBDRY.

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

Modified: stable/11/sys/sys/mount.h
==============================================================================
--- stable/11/sys/sys/mount.h	Wed Nov  7 18:32:02 2018	(r340231)
+++ stable/11/sys/sys/mount.h	Wed Nov  7 18:32:10 2018	(r340232)
@@ -516,7 +516,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;
 


More information about the svn-src-all mailing list