Linux NFS development
 help / color / mirror / Atom feed
* [PATCH] nfs: fix the typo of rfc number about xattr in NFSv4
@ 2023-09-18  6:59 Kinglong Mee
  2023-09-18 13:33 ` Chuck Lever III
  0 siblings, 1 reply; 2+ messages in thread
From: Kinglong Mee @ 2023-09-18  6:59 UTC (permalink / raw)
  To: Chuck Lever; +Cc: Linux NFS Mailing List, Frank van der Linden


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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-18 17:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-18  6:59 [PATCH] nfs: fix the typo of rfc number about xattr in NFSv4 Kinglong Mee
2023-09-18 13:33 ` Chuck Lever III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox