summaryrefslogtreecommitdiff
path: root/include/linux/nfs4.h
diff options
context:
space:
mode:
authorKinglong Mee <kinglongmee@gmail.com>2023-09-18 09:59:06 +0300
committerChuck Lever <chuck.lever@oracle.com>2023-10-16 19:44:10 +0300
commit2929ba9b460c13625cb47ed4e2de134f966bdf17 (patch)
tree2d1a1b96f04adc355ae88d52e745e827fcf108c0 /include/linux/nfs4.h
parentf14122b2c2acdf5b7ee63c1543ecf9e554e1be1e (diff)
downloadlinux-2929ba9b460c13625cb47ed4e2de134f966bdf17.tar.xz
nfs: fix the typo of rfc number about xattr in NFSv4
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include/linux/nfs4.h')
-rw-r--r--include/linux/nfs4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h
index 730003c4f4af..b6fa923a3111 100644
--- a/include/linux/nfs4.h
+++ b/include/linux/nfs4.h
@@ -150,7 +150,7 @@ enum nfs_opnum4 {
OP_WRITE_SAME = 70,
OP_CLONE = 71,
- /* xattr support (RFC8726) */
+ /* xattr support (RFC8276) */
OP_GETXATTR = 72,
OP_SETXATTR = 73,
OP_LISTXATTRS = 74,