Unverified Commit 2cc6c724 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!12456 nfsd: map the EBADMSG to nfserr_io to avoid warning

parents 5e6d4b96 5bc2c97c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -843,6 +843,7 @@ nfserrno (int errno)
		{ nfserr_serverfault, -ENFILE },
		{ nfserr_io, -EUCLEAN },
		{ nfserr_perm, -ENOKEY },
		{ nfserr_io, -EBADMSG },
	};
	int	i;