aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2018-10-29 23:43:17 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2018-10-29 23:43:17 +0000
commit6acf1b203ff9dfe823d893e21425077519830510 (patch)
treedc8948eefd4b20a9ff42467b519a55d133518c92
parentf01fc2d0e82ace225ee12109ecfd82c93ab67899 (diff)
downloadsrc-6acf1b203ff9dfe823d893e21425077519830510.tar.gz
src-6acf1b203ff9dfe823d893e21425077519830510.zip
Clarify explanation of VFCF_SBDRY.
Requested by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 3 days
Notes
Notes: svn path=/head/; revision=339892
-rw-r--r--sys/sys/mount.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 51d709052850..ac1c215b9a83 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -554,7 +554,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;