]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/mount_constants.h
behavior as file systems that use the monolithic /sbin/mount command.
[nfs-utils.git] / utils / mount / mount_constants.h
index cbfb099df99a0458fcd12ff0d180573a78814bdf..4d050d8819e4953a8f79c69c2a3a245ce70c2b5f 100644 (file)
@@ -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 */