diff options
| author | NeilBrown <[email protected]> | 2024-09-05 19:09:47 +0000 |
|---|---|---|
| committer | Anna Schumaker <[email protected]> | 2024-09-23 19:03:30 +0000 |
| commit | 86ab08beb3f07f6e51922a8b8f662a5ec7012d35 (patch) | |
| tree | 9bafe5e73f913883f98d1ec42a2bcd655042586c /rust/helpers/helpers.c | |
| parent | SUNRPC: add svcauth_map_clnt_to_svc_cred_local (diff) | |
| download | kernel-86ab08beb3f07f6e51922a8b8f662a5ec7012d35.tar.gz kernel-86ab08beb3f07f6e51922a8b8f662a5ec7012d35.zip | |
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 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions
