nfsd: add etoosmall to nfserrno
[safe/jmp/linux-2.6] / 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;