aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorPiotr Pawel Stefaniak <pstef@FreeBSD.org>2021-08-14 20:07:09 +0000
committerPiotr Pawel Stefaniak <pstef@FreeBSD.org>2021-08-17 17:08:33 +0000
commitc66e9307ea9520f3d6e4d38dc842a99a31ae80bf (patch)
tree1720e9c9dba025ad79561b82bd803d776a8e560c /sys/sys
parentf49931c1423e1c9454214f82bbb3ec30d0fee57d (diff)
downloadsrc-c66e9307ea9520f3d6e4d38dc842a99a31ae80bf.tar.gz
src-c66e9307ea9520f3d6e4d38dc842a99a31ae80bf.zip
mount.h: improve a comment about flags
The comment only specifies MNT_ROOTFS - which is set by the kernel when mounting its root file system. So it's not clear if any other flags are not quite right and for what reason.
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/mount.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 016c7e9c188d..f4b5945d3ad0 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -398,9 +398,7 @@ struct mntoptnames {
#define MNT_EXTLSCERTUSER 0x0000010000000000ULL /* require TLS with user cert */
/*
- * Flags set by internal operations,
- * but visible to the user.
- * XXX some of these are not quite right.. (I've never seen the root flag set)
+ * Flags set by internal operations, but visible to the user.
*/
#define MNT_LOCAL 0x0000000000001000ULL /* filesystem is stored locally */
#define MNT_QUOTA 0x0000000000002000ULL /* quotas are enabled on fs */