projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd2d055
)
SUNRPC: Correct a comment
author
Chuck Lever
<chuck.lever@oracle.com>
Sun, 3 Jan 2021 19:37:23 +0000
(14:37 -0500)
committer
Chuck Lever
<chuck.lever@oracle.com>
Mon, 25 Jan 2021 14:36:28 +0000
(09:36 -0500)
Clean up: The rq_argpages field was removed from struct svc_rqst in
the pre-git era.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/svc.c
patch
|
blob
|
history
diff --git
a/net/sunrpc/svc.c
b/net/sunrpc/svc.c
index 4187745887f0f946017853924df0f6f2054f88ec..61fb8a18552cf58a6acd34821c4c92a78cb5ed20 100644
(file)
--- a/
net/sunrpc/svc.c
+++ b/
net/sunrpc/svc.c
@@
-559,7
+559,7
@@
EXPORT_SYMBOL_GPL(svc_destroy);
/*
* Allocate an RPC server's buffer space.
- * We allocate pages and place them in rq_
arg
pages.
+ * We allocate pages and place them in rq_pages.
*/
static int
svc_init_buffer(struct svc_rqst *rqstp, unsigned int size, int node)