nfs: fix the typo of rfc number about xattr in NFSv4
authorKinglong Mee <kinglongmee@gmail.com>
Mon, 18 Sep 2023 06:59:06 +0000 (14:59 +0800)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 16 Oct 2023 16:44:10 +0000 (12:44 -0400)
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
include/linux/nfs4.h

index 730003c4f4af4c1147481534c7b4ce3e889f339e..b6fa923a3111de8cbd70c2ad09ed10d2e30732ab 100644 (file)
@@ -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,