hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
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