Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11d2a161 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

svcrpc: remove unused rq_resused



I forgot to remove this in
afc59400 "nfsd4: cleanup: replace
rq_resused count by rq_next_page pointer".

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 248f807b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -243,7 +243,6 @@ struct svc_rqst {
	struct xdr_buf		rq_res;
	struct page *		rq_pages[RPCSVC_MAXPAGES];
	struct page *		*rq_respages;	/* points into rq_pages */
	int			rq_resused;	/* number of pages used for result */
	struct page *		*rq_next_page; /* next reply page to use */

	struct kvec		rq_vec[RPCSVC_MAXPAGES]; /* generally useful.. */