From 08f87f769b595151be1afeff53e144f543faa614 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 06 Dec 2023 09:51:13 +0000 Subject: [PATCH] add dts config --- kernel/include/uapi/linux/nfs_mount.h | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/kernel/include/uapi/linux/nfs_mount.h b/kernel/include/uapi/linux/nfs_mount.h index e44e006..e3bcfc6 100644 --- a/kernel/include/uapi/linux/nfs_mount.h +++ b/kernel/include/uapi/linux/nfs_mount.h @@ -66,13 +66,4 @@ #define NFS_MOUNT_UNSHARED 0x8000 /* 5 */ #define NFS_MOUNT_FLAGMASK 0xFFFF -/* The following are for internal use only */ -#define NFS_MOUNT_LOOKUP_CACHE_NONEG 0x10000 -#define NFS_MOUNT_LOOKUP_CACHE_NONE 0x20000 -#define NFS_MOUNT_NORESVPORT 0x40000 -#define NFS_MOUNT_LEGACY_INTERFACE 0x80000 - -#define NFS_MOUNT_LOCAL_FLOCK 0x100000 -#define NFS_MOUNT_LOCAL_FCNTL 0x200000 - #endif -- Gitblit v1.6.2