]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/nfs4_mount.h
Driver core: remove class_device_*_bin_file
[mv-sheeva.git] / include / linux / nfs4_mount.h
index 26b4c83f831dee1adbcbca9cc1c3d378720ad419..a0dcf66556571762c0715551da7d2023d0cbe980 100644 (file)
@@ -65,6 +65,7 @@ struct nfs4_mount_data {
 #define NFS4_MOUNT_NOCTO       0x0010  /* 1 */
 #define NFS4_MOUNT_NOAC                0x0020  /* 1 */
 #define NFS4_MOUNT_STRICTLOCK  0x1000  /* 1 */
-#define NFS4_MOUNT_FLAGMASK    0xFFFF
+#define NFS4_MOUNT_UNSHARED    0x8000  /* 1 */
+#define NFS4_MOUNT_FLAGMASK    0x9033
 
 #endif