mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 05:09:17 -04:00
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>
This commit is contained in:
committed by
Chuck Lever
parent
f14122b2c2
commit
2929ba9b46
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user