nfsd4: fix error return when pseudoroot missing
[safe/jmp/linux-2.6] / fs / nfsd / nfsproc.c
index 0eb9c82..c5393d1 100644 (file)
@@ -758,6 +758,7 @@ nfserrno (int errno)
                { nfserr_io, -ETXTBSY },
                { nfserr_notsupp, -EOPNOTSUPP },
                { nfserr_toosmall, -ETOOSMALL },
+               { nfserr_serverfault, -ESERVERFAULT },
        };
        int     i;