Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / include / linux / nfs_mount.h
index b1531a0..c453f41 100644 (file)
@@ -61,7 +61,8 @@ struct nfs_mount_data {
 #define NFS_MOUNT_NOACL                0x0800  /* 4 */
 #define NFS_MOUNT_STRICTLOCK   0x1000  /* reserved for NFSv4 */
 #define NFS_MOUNT_SECFLAVOUR   0x2000  /* 5 */
-#define NFS_MOUNT_TAGXID       0x8000  /* tagxid */
+#define NFS_MOUNT_FSCACHE      0x4000
+#define NFS_MOUNT_TAGXID       0x8000
 #define NFS_MOUNT_FLAGMASK     0xFFFF
 
 #endif