Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42e61616 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd: handle EUCLEAN



Eric Sandeen reports that xfs can return this if filesystem corruption
prevented completing the operation.

Reported-by: default avatarEric Sandeen <sandeen@redhat.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent ff30f08c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -791,6 +791,7 @@ nfserrno (int errno)
		{ nfserr_toosmall, -ETOOSMALL },
		{ nfserr_toosmall, -ETOOSMALL },
		{ nfserr_serverfault, -ESERVERFAULT },
		{ nfserr_serverfault, -ESERVERFAULT },
		{ nfserr_serverfault, -ENFILE },
		{ nfserr_serverfault, -ENFILE },
		{ nfserr_io, -EUCLEAN },
	};
	};
	int	i;
	int	i;