mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
nfsd: handle EUCLEAN
Eric Sandeen reports that xfs can return this if filesystem corruption prevented completing the operation. Reported-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
ff30f08c32
commit
42e616167a
1 changed files with 1 additions and 0 deletions
|
@ -791,6 +791,7 @@ nfserrno (int errno)
|
|||
{ nfserr_toosmall, -ETOOSMALL },
|
||||
{ nfserr_serverfault, -ESERVERFAULT },
|
||||
{ nfserr_serverfault, -ENFILE },
|
||||
{ nfserr_io, -EUCLEAN },
|
||||
};
|
||||
int i;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue