The branch stable/13 has been updated by pstef:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=a346729d1c3f228a8430fe6fb6c44b7fe19287fb

commit a346729d1c3f228a8430fe6fb6c44b7fe19287fb
Author:     Piotr Pawel Stefaniak <[email protected]>
AuthorDate: 2021-08-14 20:07:09 +0000
Commit:     Piotr Pawel Stefaniak <[email protected]>
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 */
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to