From d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 11 Dec 2023 02:45:28 +0000
Subject: [PATCH] add boot partition  size

---
 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