mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
SUNRPC: Correct a comment
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>
This commit is contained in:
parent
dd2d055b27
commit
4ff923ce1e
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ EXPORT_SYMBOL_GPL(svc_destroy);
|
|||
|
||||
/*
|
||||
* Allocate an RPC server's buffer space.
|
||||
* We allocate pages and place them in rq_argpages.
|
||||
* We allocate pages and place them in rq_pages.
|
||||
*/
|
||||
static int
|
||||
svc_init_buffer(struct svc_rqst *rqstp, unsigned int size, int node)
|
||||
|
|
Loading…
Add table
Reference in a new issue