diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1995-11-14 08:00:00 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1995-11-14 08:00:00 +0000 |
commit | e7c2a72e2680827d6a733931273a93461c0d8d1b (patch) | |
tree | c9abeda78ef7504062bb2e816bcf3e3c9d680112 /fs/nfs/proc.c | |
parent | ec6044459060a8c9ce7f64405c465d141898548c (diff) |
Import of Linux/MIPS 1.3.0
Diffstat (limited to 'fs/nfs/proc.c')
-rw-r--r-- | fs/nfs/proc.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fs/nfs/proc.c b/fs/nfs/proc.c index fd01dad99..9aeb66751 100644 --- a/fs/nfs/proc.c +++ b/fs/nfs/proc.c @@ -33,7 +33,10 @@ #define NFS_PROC_DEBUG #endif -#include <linux/config.h> +#ifdef MODULE +#include <linux/module.h> +#endif + #include <linux/param.h> #include <linux/sched.h> #include <linux/mm.h> @@ -898,6 +901,7 @@ static struct { { NFSERR_NOENT, ENOENT }, { NFSERR_IO, errno_NFSERR_IO }, { NFSERR_NXIO, ENXIO }, + { NFSERR_EAGAIN, EAGAIN }, { NFSERR_ACCES, EACCES }, { NFSERR_EXIST, EEXIST }, { NFSERR_NODEV, ENODEV }, |