]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sunrpc: add a struct rpc_stats arg to rpc_create_args
authorJosef Bacik <josef@toxicpanda.com>
Thu, 15 Feb 2024 19:57:30 +0000 (14:57 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 9 Mar 2024 14:14:50 +0000 (09:14 -0500)
commit2057a48d0dd00c6a2a94ded7df2bf1d3f2a4a0da
tree3f02b5bd3d02c0842c8fcf8f6a26fb7a17896afd
parentedc99a2dd3ce07f61c379e641e417c07226be5ec
sunrpc: add a struct rpc_stats arg to rpc_create_args

We want to be able to have our rpc stats handled in a per network
namespace manner, so add an option to rpc_create_args to specify a
different rpc_stats struct instead of using the one on the rpc_program.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
include/linux/sunrpc/clnt.h
net/sunrpc/clnt.c