Skip to content

Commit a838cc4

Browse files
Andreas GruenbacherTrond Myklebust
authored andcommitted
[PATCH] NFSD: Add NFS3ERR_NOTSUPP to the nfsd error mapping table
Add the missing NFS3ERR_NOTSUPP error code (defined in NFSv3) to the system-to-protocol-error table in nfsd. The nfsacl extension uses this error code. Signed-off-by: Andreas Gruenbacher <[email protected]> Signed-off-by: Olaf Kirch <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Trond Myklebust <[email protected]>
1 parent bd8100e commit a838cc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/nfsd/nfsproc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ nfserrno (int errno)
591591
{ nfserr_dropit, -ENOMEM },
592592
{ nfserr_badname, -ESRCH },
593593
{ nfserr_io, -ETXTBSY },
594+
{ nfserr_notsupp, -EOPNOTSUPP },
594595
{ -1, -EIO }
595596
};
596597
int i;

0 commit comments

Comments
 (0)