nfsd: add etoosmall to nfserrno
authorDean Hildebrand <dhildeb@us.ibm.com>
Mon, 15 Dec 2008 17:40:15 +0000 (19:40 +0200)
committerJ. 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

index 5cffeca..6f7f263 100644 (file)
@@ -622,6 +622,7 @@ nfserrno (int errno)
                { nfserr_badname, -ESRCH },
                { nfserr_io, -ETXTBSY },
                { nfserr_notsupp, -EOPNOTSUPP },
+               { nfserr_toosmall, -ETOOSMALL },
        };
        int     i;