diff options
author | Trond Myklebust <trondmy@gmail.com> | 2019-04-07 19:59:00 +0200 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2019-04-25 20:18:14 +0200 |
commit | 7b1355b615c67e8fcbfb508e6baee83aed9dee96 (patch) | |
tree | c225593ddefa5e1a9b019b5478896f1a4a676e48 /include/uapi | |
parent | NFS: Consider ETIMEDOUT to be a fatal error (diff) | |
download | linux-7b1355b615c67e8fcbfb508e6baee83aed9dee96.tar.xz linux-7b1355b615c67e8fcbfb508e6baee83aed9dee96.zip |
NFS: Move internal constants out of uapi/linux/nfs_mount.h
When the label says "for internal use only", then it doesn't belong
in the 'uapi' subtree.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/nfs_mount.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/uapi/linux/nfs_mount.h b/include/uapi/linux/nfs_mount.h index e44e00616ab5..e3bcfc6aa3b0 100644 --- a/include/uapi/linux/nfs_mount.h +++ b/include/uapi/linux/nfs_mount.h @@ -66,13 +66,4 @@ struct nfs_mount_data { #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 |