From: Kinglong Mee Date: Mon, 18 Sep 2023 06:59:06 +0000 (+0800) Subject: nfs: fix the typo of rfc number about xattr in NFSv4 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2929ba9b460c13625cb47ed4e2de134f966bdf17;p=linux.git nfs: fix the typo of rfc number about xattr in NFSv4 Signed-off-by: Kinglong Mee Signed-off-by: Chuck Lever --- diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h index 730003c4f4af4..b6fa923a3111d 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,