diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfsd/export.h | 1 | ||||
| -rw-r--r-- | include/linux/nfsd/nfsd.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nfsd/export.h b/include/linux/nfsd/export.h index 1ba53e524749..424be41130ba 100644 --- a/include/linux/nfsd/export.h +++ b/include/linux/nfsd/export.h | |||
| @@ -116,6 +116,7 @@ struct svc_expkey { | |||
| 116 | #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE) | 116 | #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE) |
| 117 | #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES) | 117 | #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES) |
| 118 | 118 | ||
| 119 | __be32 check_nfsd_access(struct svc_export *exp, struct svc_rqst *rqstp); | ||
| 119 | 120 | ||
| 120 | /* | 121 | /* |
| 121 | * Function declarations | 122 | * Function declarations |
diff --git a/include/linux/nfsd/nfsd.h b/include/linux/nfsd/nfsd.h index ce5e345a9bce..62499c2f0918 100644 --- a/include/linux/nfsd/nfsd.h +++ b/include/linux/nfsd/nfsd.h | |||
| @@ -236,6 +236,7 @@ void nfsd_lockd_shutdown(void); | |||
| 236 | #define nfserr_badname __constant_htonl(NFSERR_BADNAME) | 236 | #define nfserr_badname __constant_htonl(NFSERR_BADNAME) |
| 237 | #define nfserr_cb_path_down __constant_htonl(NFSERR_CB_PATH_DOWN) | 237 | #define nfserr_cb_path_down __constant_htonl(NFSERR_CB_PATH_DOWN) |
| 238 | #define nfserr_locked __constant_htonl(NFSERR_LOCKED) | 238 | #define nfserr_locked __constant_htonl(NFSERR_LOCKED) |
| 239 | #define nfserr_wrongsec __constant_htonl(NFSERR_WRONGSEC) | ||
| 239 | #define nfserr_replay_me __constant_htonl(NFSERR_REPLAY_ME) | 240 | #define nfserr_replay_me __constant_htonl(NFSERR_REPLAY_ME) |
| 240 | 241 | ||
| 241 | /* error codes for internal use */ | 242 | /* error codes for internal use */ |
