aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/nfs4xdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c
index c560af8c69d2..1b81f1656bc2 100644
--- a/fs/nfsd/nfs4xdr.c
+++ b/fs/nfsd/nfs4xdr.c
@@ -1183,7 +1183,6 @@ nfsd4_decode_compound(struct nfsd4_compoundargs *argp)
1183 * Header routine to setup seqid operation replay cache 1183 * Header routine to setup seqid operation replay cache
1184 */ 1184 */
1185#define ENCODE_SEQID_OP_HEAD \ 1185#define ENCODE_SEQID_OP_HEAD \
1186 __be32 *p; \
1187 __be32 *save; \ 1186 __be32 *save; \
1188 \ 1187 \
1189 save = resp->p; 1188 save = resp->p;
@@ -2129,6 +2128,7 @@ nfsd4_encode_link(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_li
2129static __be32 2128static __be32
2130nfsd4_encode_open(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_open *open) 2129nfsd4_encode_open(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_open *open)
2131{ 2130{
2131 ENCODE_HEAD;
2132 ENCODE_SEQID_OP_HEAD; 2132 ENCODE_SEQID_OP_HEAD;
2133 2133
2134 if (nfserr) 2134 if (nfserr)