diff options
author | J. Bruce Fields <bfields@redhat.com> | 2014-01-15 15:17:58 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-23 09:03:45 -0400 |
commit | 4aea24b2ff7510932118ec9b06c35a11625194ea (patch) | |
tree | fcd3b1ff1544696ebd0381d5fbbba0ec4ccd1df4 /fs/nfsd/xdr4.h | |
parent | e372ba60def1af33e1c0b9bbfa5c8f8559c1ad6b (diff) |
nfsd4: embed xdr_stream in nfsd4_compoundres
This is a mechanical transformation with no change in behavior.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r-- | fs/nfsd/xdr4.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h index 5ea7df305083..6884d70363b5 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h | |||
@@ -506,9 +506,7 @@ struct nfsd4_compoundargs { | |||
506 | 506 | ||
507 | struct nfsd4_compoundres { | 507 | struct nfsd4_compoundres { |
508 | /* scratch variables for XDR encode */ | 508 | /* scratch variables for XDR encode */ |
509 | __be32 * p; | 509 | struct xdr_stream xdr; |
510 | __be32 * end; | ||
511 | struct xdr_buf * xbuf; | ||
512 | struct svc_rqst * rqstp; | 510 | struct svc_rqst * rqstp; |
513 | 511 | ||
514 | u32 taglen; | 512 | u32 taglen; |