Revert "nfsd: map the EBADMSG to nfserr_io to avoid warning"

This reverts commit 5b22601874.
This commit is contained in:
Ksawlii 2024-11-24 00:23:02 +01:00
parent dc047d3806
commit ab71c81dd8

View file

@ -100,7 +100,6 @@ nfserrno (int errno)
{ nfserr_io, -EUCLEAN },
{ nfserr_perm, -ENOKEY },
{ nfserr_no_grace, -ENOGRACE},
{ nfserr_io, -EBADMSG },
};
int i;