hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/uapi/linux/nfs_mount.h
....@@ -66,13 +66,4 @@
6666 #define NFS_MOUNT_UNSHARED 0x8000 /* 5 */
6767 #define NFS_MOUNT_FLAGMASK 0xFFFF
6868
69
-/* The following are for internal use only */
70
-#define NFS_MOUNT_LOOKUP_CACHE_NONEG 0x10000
71
-#define NFS_MOUNT_LOOKUP_CACHE_NONE 0x20000
72
-#define NFS_MOUNT_NORESVPORT 0x40000
73
-#define NFS_MOUNT_LEGACY_INTERFACE 0x80000
74
-
75
-#define NFS_MOUNT_LOCAL_FLOCK 0x100000
76
-#define NFS_MOUNT_LOCAL_FCNTL 0x200000
77
-
7869 #endif