summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-23 13:13:57 +0100
committerMark Brown <broonie@kernel.org>2026-07-23 13:13:57 +0100
commitaf2426cbb369c9b903fd1f3e7c92f9e00f458e67 (patch)
treee67053cd239114caa4912f2c5d2ea3e926ee0165 /include/uapi
parent999242fe0ba69a269b0d9acca76765c689b783f2 (diff)
parentac8aba075d20869c19e7fa4efbae242d16b2ad63 (diff)
downloadlinux-next-af2426cbb369c9b903fd1f3e7c92f9e00f458e67.tar.gz
linux-next-af2426cbb369c9b903fd1f3e7c92f9e00f458e67.zip
Merge branch 'nfsd-next' of https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/nfs4.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/uapi/linux/nfs4.h b/include/uapi/linux/nfs4.h
index 4273e0249fcb..289205b53a08 100644
--- a/include/uapi/linux/nfs4.h
+++ b/include/uapi/linux/nfs4.h
@@ -17,11 +17,9 @@
#include <linux/types.h>
#define NFS4_BITMAP_SIZE 3
-#define NFS4_VERIFIER_SIZE 8
#define NFS4_STATEID_SEQID_SIZE 4
#define NFS4_STATEID_OTHER_SIZE 12
#define NFS4_STATEID_SIZE (NFS4_STATEID_SEQID_SIZE + NFS4_STATEID_OTHER_SIZE)
-#define NFS4_FHSIZE 128
#define NFS4_MAXPATHLEN PATH_MAX
#define NFS4_MAXNAMLEN NAME_MAX
#define NFS4_OPAQUE_LIMIT 1024