提交 11d2a161 编写于 作者: J J. Bruce Fields

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: NJ. Bruce Fields <bfields@redhat.com>
上级 248f807b
......@@ -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.. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册