Order the enumeration of the MNT_ flags to be the same as the order of
their definitions. MFC after: 3 days
This commit is contained in:
parent
614b56b148
commit
df3161c7df
@ -3033,11 +3033,11 @@ DB_SHOW_COMMAND(mount, db_show_mount)
|
||||
MNT_FLAG(MNT_SYNCHRONOUS);
|
||||
MNT_FLAG(MNT_NOEXEC);
|
||||
MNT_FLAG(MNT_NOSUID);
|
||||
MNT_FLAG(MNT_NFS4ACLS);
|
||||
MNT_FLAG(MNT_UNION);
|
||||
MNT_FLAG(MNT_ASYNC);
|
||||
MNT_FLAG(MNT_SUIDDIR);
|
||||
MNT_FLAG(MNT_SOFTDEP);
|
||||
MNT_FLAG(MNT_SUJ);
|
||||
MNT_FLAG(MNT_NOSYMFOLLOW);
|
||||
MNT_FLAG(MNT_GJOURNAL);
|
||||
MNT_FLAG(MNT_MULTILABEL);
|
||||
@ -3045,7 +3045,7 @@ DB_SHOW_COMMAND(mount, db_show_mount)
|
||||
MNT_FLAG(MNT_NOATIME);
|
||||
MNT_FLAG(MNT_NOCLUSTERR);
|
||||
MNT_FLAG(MNT_NOCLUSTERW);
|
||||
MNT_FLAG(MNT_NFS4ACLS);
|
||||
MNT_FLAG(MNT_SUJ);
|
||||
MNT_FLAG(MNT_EXRDONLY);
|
||||
MNT_FLAG(MNT_EXPORTED);
|
||||
MNT_FLAG(MNT_DEFEXPORTED);
|
||||
|
Loading…
Reference in New Issue
Block a user