Commit 4ff923ce authored by Chuck Lever's avatar Chuck Lever
Browse files

SUNRPC: Correct a comment



Clean up: The rq_argpages field was removed from struct svc_rqst in
the pre-git era.

Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent dd2d055b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)