diff options
author | NeilBrown <[email protected]> | 2024-09-05 15:09:47 -0400 |
---|---|---|
committer | Anna Schumaker <[email protected]> | 2024-09-23 15:03:30 -0400 |
commit | 86ab08beb3f07f6e51922a8b8f662a5ec7012d35 (patch) | |
tree | 9bafe5e73f913883f98d1ec42a2bcd655042586c /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | 199f2128741077087a2ab33889a6868830465033 (diff) |
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 <[email protected]>
Signed-off-by: Mike Snitzer <[email protected]>
Acked-by: Chuck Lever <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions