Skip to content

Commit 904201c

Browse files
Li Lingfengchucklever
authored andcommitted
nfsd: remove the redundant mapping of nfserr_mlink
There two mappings of nfserr_mlink in nfs_errtbl. Remove one of them. Signed-off-by: Li Lingfeng <[email protected]> Reviewed-by: Jeff Layton <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent 8a388c1 commit 904201c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/nfsd/vfs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ nfserrno (int errno)
7171
{ nfserr_acces, -EACCES },
7272
{ nfserr_exist, -EEXIST },
7373
{ nfserr_xdev, -EXDEV },
74-
{ nfserr_mlink, -EMLINK },
7574
{ nfserr_nodev, -ENODEV },
7675
{ nfserr_notdir, -ENOTDIR },
7776
{ nfserr_isdir, -EISDIR },

0 commit comments

Comments
 (0)