Skip to content

Commit

Permalink
svcrpc: remove unused rq_resused
Browse files Browse the repository at this point in the history
I forgot to remove this in
afc5940 "nfsd4: cleanup: replace
rq_resused count by rq_next_page pointer".

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
  • Loading branch information
J. Bruce Fields committed Aug 30, 2013
1 parent 248f807 commit 11d2a16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/sunrpc/svc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.. */
Expand Down

0 comments on commit 11d2a16

Please sign in to comment.