diff mbox series

nfs: fix the typo of rfc number about xattr in NFSv4

Message ID f44e51ae-baca-4091-b6eb-85537a43b752@gmail.com (mailing list archive)
State New, archived
Headers show
Series nfs: fix the typo of rfc number about xattr in NFSv4 | expand

Commit Message

Kinglong Mee Sept. 18, 2023, 6:59 a.m. UTC
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
---
 include/linux/nfs4.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chuck Lever Sept. 18, 2023, 1:33 p.m. UTC | #1
> On Sep 18, 2023, at 2:59 AM, Kinglong Mee <kinglongmee@gmail.com> wrote:
> 
> 
> Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
> ---
> include/linux/nfs4.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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,
> -- 
> 2.41.0

Applied, thanks!


--
Chuck Lever
diff mbox series

Patch

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,