diff options
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r-- | fs/nfsd/xdr4.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h index 0bda93e58e1b..556ce2e47555 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h | |||
@@ -40,7 +40,6 @@ | |||
40 | #include "state.h" | 40 | #include "state.h" |
41 | #include "nfsd.h" | 41 | #include "nfsd.h" |
42 | 42 | ||
43 | #define NFSD4_MAX_SEC_LABEL_LEN 2048 | ||
44 | #define NFSD4_MAX_TAGLEN 128 | 43 | #define NFSD4_MAX_TAGLEN 128 |
45 | #define XDR_LEN(n) (((n) + 3) & ~3) | 44 | #define XDR_LEN(n) (((n) + 3) & ~3) |
46 | 45 | ||
@@ -683,7 +682,7 @@ extern __be32 nfsd4_process_open2(struct svc_rqst *rqstp, | |||
683 | struct svc_fh *current_fh, struct nfsd4_open *open); | 682 | struct svc_fh *current_fh, struct nfsd4_open *open); |
684 | extern void nfsd4_cstate_clear_replay(struct nfsd4_compound_state *cstate); | 683 | extern void nfsd4_cstate_clear_replay(struct nfsd4_compound_state *cstate); |
685 | extern void nfsd4_cleanup_open_state(struct nfsd4_compound_state *cstate, | 684 | extern void nfsd4_cleanup_open_state(struct nfsd4_compound_state *cstate, |
686 | struct nfsd4_open *open, __be32 status); | 685 | struct nfsd4_open *open); |
687 | extern __be32 nfsd4_open_confirm(struct svc_rqst *rqstp, | 686 | extern __be32 nfsd4_open_confirm(struct svc_rqst *rqstp, |
688 | struct nfsd4_compound_state *, struct nfsd4_open_confirm *oc); | 687 | struct nfsd4_compound_state *, struct nfsd4_open_confirm *oc); |
689 | extern __be32 nfsd4_close(struct svc_rqst *rqstp, | 688 | extern __be32 nfsd4_close(struct svc_rqst *rqstp, |