projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30fa8c0
)
nfsd: add etoosmall to nfserrno
author
Dean Hildebrand
<dhildeb@us.ibm.com>
Mon, 15 Dec 2008 17:40:15 +0000
(19:40 +0200)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Wed, 7 Jan 2009 22:32:45 +0000
(17:32 -0500)
Signed-off-by: Dean Hildebrand <dhildeb@us.ibm.com>
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfsproc.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfsd/nfsproc.c
b/fs/nfsd/nfsproc.c
index 5cffeca7acef326d87a804eeb87e26bc6c11b67e..6f7f26351227f250625430a75268594efc0206ab 100644
(file)
--- a/
fs/nfsd/nfsproc.c
+++ b/
fs/nfsd/nfsproc.c
@@
-622,6
+622,7
@@
nfserrno (int errno)
{ nfserr_badname, -ESRCH },
{ nfserr_io, -ETXTBSY },
{ nfserr_notsupp, -EOPNOTSUPP },
+ { nfserr_toosmall, -ETOOSMALL },
};
int i;