kernel/include/uapi/linux/nfs_mount.h
.. .. @@ -66,13 +66,4 @@ 66 66 #define NFS_MOUNT_UNSHARED 0x8000 /* 5 */ 67 67 #define NFS_MOUNT_FLAGMASK 0xFFFF 68 68 69 -/* The following are for internal use only */70 -#define NFS_MOUNT_LOOKUP_CACHE_NONEG 0x1000071 -#define NFS_MOUNT_LOOKUP_CACHE_NONE 0x2000072 -#define NFS_MOUNT_NORESVPORT 0x4000073 -#define NFS_MOUNT_LEGACY_INTERFACE 0x8000074 -75 -#define NFS_MOUNT_LOCAL_FLOCK 0x10000076 -#define NFS_MOUNT_LOCAL_FCNTL 0x20000077 -78 69 #endif