linux-yocto/include/linux/sunrpc
NeilBrown 86ab08beb3 SUNRPC: replace program list with program array
A service created with svc_create_pooled() can be given a linked list of
programs and all of these will be served.

Using a linked list makes it cumbersome when there are several programs
that can be optionally selected with CONFIG settings.

After this patch is applied, API consumers must use only
svc_create_pooled() when creating an RPC service that listens for more
than one RPC program.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Acked-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
2024-09-23 15:03:30 -04:00
..
xdrgen xdrgen: Fix return code checking in built-in XDR decoders 2024-09-20 19:31:39 -04:00
addr.h
auth_gss.h
auth.h
bc_xprt.h NFSv4.1: Use the nfs_client's rpc timeouts for backchannel 2024-01-04 17:01:01 -05:00
cache.h
clnt.h sunrpc: add a struct rpc_stats arg to rpc_create_args 2024-03-09 09:14:50 -05:00
debug.h
gss_api.h
gss_asn1.h
gss_err.h
gss_krb5.h
metrics.h
msg_prot.h
rdma_rn.h rpcrdma: Implement generic device removal 2024-07-08 13:47:24 -04:00
rpc_pipe_fs.h
rpc_rdma_cid.h
rpc_rdma.h
sched.h SUNRPC: convert RPC_TASK_* constants to enum 2024-09-23 15:03:13 -04:00
stats.h
svc_rdma_pcl.h
svc_rdma.h svcrdma: Handle device removal outside of the CM event handler 2024-09-20 19:31:03 -04:00
svc_xprt.h SUNRPC: add a new svc_find_listener helper 2024-05-06 09:07:22 -04:00
svc.h SUNRPC: replace program list with program array 2024-09-23 15:03:30 -04:00
svcauth_gss.h
svcauth.h SUNRPC: add svcauth_map_clnt_to_svc_cred_local 2024-09-23 15:03:30 -04:00
svcsock.h SUNRPC: make various functions static, or not exported. 2024-09-01 10:04:56 -04:00
timer.h
types.h
xdr.h
xprt.h SUNRPC: Add a transport callback to handle dequeuing of an RPC request 2024-02-28 15:00:14 -05:00
xprtmultipath.h
xprtrdma.h
xprtsock.h