Date: Sat, 28 Aug 2021 08:21:02 GMT From: Piotr Pawel Stefaniak <pstef@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: a346729d1c3f - stable/13 - mount.h: improve a comment about flags Message-ID: <202108280821.17S8L2at033622@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by pstef: URL: https://cgit.FreeBSD.org/src/commit/?id=a346729d1c3f228a8430fe6fb6c44b7fe19287fb commit a346729d1c3f228a8430fe6fb6c44b7fe19287fb Author: Piotr Pawel Stefaniak <pstef@FreeBSD.org> AuthorDate: 2021-08-14 20:07:09 +0000 Commit: Piotr Pawel Stefaniak <pstef@FreeBSD.org> CommitDate: 2021-08-28 08:16:52 +0000 mount.h: improve a comment about flags (cherry picked from commit c66e9307ea9520f3d6e4d38dc842a99a31ae80bf) --- sys/sys/mount.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/sys/mount.h b/sys/sys/mount.h index cd0d0071aa1b..aa876cdb00e9 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -378,9 +378,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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108280821.17S8L2at033622>