OSDN Git Service

SUNRPC: Rename svc_sock::sk_reclen
authorChuck Lever <chuck.lever@oracle.com>
Tue, 17 Mar 2020 18:12:15 +0000 (14:12 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 18 May 2020 14:21:23 +0000 (10:21 -0400)
commit02648908d19a99532b0839959e38ae53d95d2798
tree2a35da0ec24609051c6c85463a5e4c8cd9e6b40b
parentb4af59328c25bdd585bc1da14f25d8ba4ebc616c
SUNRPC: Rename svc_sock::sk_reclen

Clean up. I find the name of the svc_sock::sk_reclen field
confusing, so I've changed it to better reflect its function. This
field is not read directly to get the record length. Rather, it is
a buffer containing a record marker that needs to be decoded.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
include/linux/sunrpc/svcsock.h
net/sunrpc/svcsock.c