diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2021-01-03 22:37:23 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2021-01-25 17:36:28 +0300 |
commit | 4ff923ce1e104c27b55f123ca9dbaa31fdb468ad (patch) | |
tree | b5444f6fb6adf12b5d42852bbe4e65c9e665e953 /net/sunrpc/svc.c | |
parent | dd2d055b278b20920ab454b233ec76038966788a (diff) | |
download | linux-4ff923ce1e104c27b55f123ca9dbaa31fdb468ad.tar.xz |
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>
Diffstat (limited to 'net/sunrpc/svc.c')
-rw-r--r-- | net/sunrpc/svc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c index 4187745887f0..61fb8a18552c 100644 --- 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_argpages. + * We allocate pages and place them in rq_pages. */ static int svc_init_buffer(struct svc_rqst *rqstp, unsigned int size, int node) |