On Thu, 15 May 2025 13:48:44 +0200, Christoph Hellwig wrote: > just a few small cleanups done while looking at the code. > > Changes since v1: > - invert polarity of a flag > > Diffstat: > fs/nfsd/nfs3proc.c | 2 > fs/nfsd/nfsproc.c | 2 > include/linux/sunrpc/xdr.h | 3 > net/sunrpc/socklib.c | 164 ++++++++++++++++----------------------------- > net/sunrpc/xdr.c | 11 +-- > 5 files changed, 66 insertions(+), 116 deletions(-) > > [...] Applied to nfsd-testing, thanks! I can take these through nfsd-next (for v6.17). Note: I generally prefer breaking up patches like 2/3 into smaller steps. [1/3] sunrpc: simplify xdr_init_encode_pages commit: cee96da0c08381059771458ad46c00ed7fabfcd8 [2/3] sunrpc: simplify xdr_partial_copy_from_skb commit: 9a5441cbb8a1259d62bdf11deed77c172f766c23 [3/3] sunrpc: unexport csum_partial_copy_to_xdr commit: afd5de3042dfa3aed96774892aeee7f5592a1046 -- Chuck Lever