projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
248f807
)
svcrpc: remove unused rq_resused
author
J. Bruce Fields
<bfields@redhat.com>
Fri, 30 Aug 2013 20:50:06 +0000
(16:50 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Fri, 30 Aug 2013 21:43:24 +0000
(17:43 -0400)
I forgot to remove this in
afc59400d6c65bad66d4ad0b2daf879cbff8e23e
"nfsd4: cleanup: replace
rq_resused count by rq_next_page pointer".
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
include/linux/sunrpc/svc.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/sunrpc/svc.h
b/include/linux/sunrpc/svc.h
index 1f0216b9a6c9d0cbd556cfa501ec7739997c2361..6eecfc2e4f989b8e9511719cee900f75e057850c 100644
(file)
--- a/
include/linux/sunrpc/svc.h
+++ b/
include/linux/sunrpc/svc.h
@@
-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.. */