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.
This commit is contained in:
Piotr Pawel Stefaniak 2021-08-14 22:07:09 +02:00
parent f49931c142
commit c66e9307ea

View File

@ -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 */