[PATCH v1 0/7] Several minor NFSD clean-ups
From: Chuck Lever <cel@kernel.org>
Date: 2023-06-12 14:13:31
These are not strongly related to each other, but there was a whole
collection such that I didn't feel like posting each individually.
---
Chuck Lever (7):
SUNRPC: Move initialization of rq_stime
NFSD: Add an nfsd4_encode_nfstime4() helper
svcrdma: Convert "might sleep" comment into a code annotation
svcrdma: trace cc_release calls
svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()
SUNRPC: Fix comments for transport class registration
SUNRPC: Remove transport class dprintk call sites
fs/nfsd/nfs4xdr.c | 46 +++++++++++++++------------
include/trace/events/rpcrdma.h | 8 +++++
net/sunrpc/svc_xprt.c | 18 ++++++++---
net/sunrpc/xprtrdma/svc_rdma_rw.c | 14 ++++----
net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 ++
5 files changed, 58 insertions(+), 30 deletions(-)
--
Chuck Lever