hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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