projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff30f08
)
nfsd: handle EUCLEAN
author
J. Bruce Fields
<bfields@redhat.com>
Tue, 4 Oct 2016 17:57:43 +0000
(13:57 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Fri, 7 Oct 2016 18:54:19 +0000
(14:54 -0400)
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>
fs/nfsd/nfsproc.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfsd/nfsproc.c
b/fs/nfsd/nfsproc.c
index a56ee10204d985ed0a5f149c275f40e5362d8c29..78cd77042a2575e723c53c56e568498c3e807738 100644
(file)
--- a/
fs/nfsd/nfsproc.c
+++ b/
fs/nfsd/nfsproc.c
@@
-791,6
+791,7
@@
nfserrno (int errno)
{ nfserr_toosmall, -ETOOSMALL },
{ nfserr_serverfault, -ESERVERFAULT },
{ nfserr_serverfault, -ENFILE },
+ { nfserr_io, -EUCLEAN },
};
int i;