X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fmount%2Fmount_constants.h;h=4d050d8819e4953a8f79c69c2a3a245ce70c2b5f;hb=d3143a07f71a7177aca9391dcf50be46ef9d5eea;hp=cbfb099df99a0458fcd12ff0d180573a78814bdf;hpb=ac06221bedbae2238e38fb8905e0234432ab7a14;p=nfs-utils.git diff --git a/utils/mount/mount_constants.h b/utils/mount/mount_constants.h index cbfb099..4d050d8 100644 --- a/utils/mount/mount_constants.h +++ b/utils/mount/mount_constants.h @@ -64,4 +64,8 @@ if we have a stack or plain mount - mount atop of it, forming a stack. */ #define MS_MGC_MSK 0xffff0000 /* magic flag number mask */ #endif +/* Generic options that are prevented from appearing + * in the options field in /etc/mtab. */ +#define MS_NOMTAB (MS_REMOUNT) + #endif /* _NFS_UTILS_MOUNT_CONSTANTS_H */