diff options
Diffstat (limited to 'fs/nfsd/nfsproc.c')
-rw-r--r-- | fs/nfsd/nfsproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfsd/nfsproc.c b/fs/nfsd/nfsproc.c index 0eb9c820b7a6..6c967e1ba37b 100644 --- a/fs/nfsd/nfsproc.c +++ b/fs/nfsd/nfsproc.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/nfsd/nfsd.h> | 24 | #include <linux/nfsd/nfsd.h> |
25 | #include <linux/nfsd/cache.h> | 25 | #include <linux/nfsd/cache.h> |
26 | #include <linux/nfsd/xdr.h> | 26 | #include <linux/nfsd/xdr.h> |
27 | #include "vfs.h" | ||
27 | 28 | ||
28 | typedef struct svc_rqst svc_rqst; | 29 | typedef struct svc_rqst svc_rqst; |
29 | typedef struct svc_buf svc_buf; | 30 | typedef struct svc_buf svc_buf; |
@@ -758,6 +759,7 @@ nfserrno (int errno) | |||
758 | { nfserr_io, -ETXTBSY }, | 759 | { nfserr_io, -ETXTBSY }, |
759 | { nfserr_notsupp, -EOPNOTSUPP }, | 760 | { nfserr_notsupp, -EOPNOTSUPP }, |
760 | { nfserr_toosmall, -ETOOSMALL }, | 761 | { nfserr_toosmall, -ETOOSMALL }, |
762 | { nfserr_serverfault, -ESERVERFAULT }, | ||
761 | }; | 763 | }; |
762 | int i; | 764 | int i; |
763 | 765 | ||