From 890e1df1bec891d9203724541e81f8fbe5183388 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 01:57:06 +0000 Subject: [PATCH] default settings GPIO PA4 PA6 PA3 PB5 --- 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