diff options
author | Dean Hildebrand <dhildeb@us.ibm.com> | 2008-12-15 19:40:15 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-01-07 17:32:45 -0500 |
commit | b7aeda40d3010666d2c024c80557b6aa92a1a1ad (patch) | |
tree | a869fbe934b41c4122f906f7fd70ec3009b1f6d7 /fs/nfsd/nfsproc.c | |
parent | 30fa8c0157e4591ee2227aaa0b17cd3b0da5e6cb (diff) | |
download | linux-b7aeda40d3010666d2c024c80557b6aa92a1a1ad.tar.bz2 |
nfsd: add etoosmall to nfserrno
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>
Diffstat (limited to 'fs/nfsd/nfsproc.c')
-rw-r--r-- | fs/nfsd/nfsproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfsproc.c b/fs/nfsd/nfsproc.c index 5cffeca7acef..6f7f26351227 100644 --- 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; |