diff options
author | Dawei Li <[email protected]> | 2023-01-15 18:32:05 +0800 |
---|---|---|
committer | Steve French <[email protected]> | 2023-01-29 18:10:42 -0600 |
commit | b685757c7b08d5073046fb379be965fd6c06aafc (patch) | |
tree | 36ca86a9f3ba8a4970acfbc0d2c1bbd75299ad75 /lib/memory-notifier-error-inject.c | |
parent | 1d9c4172110e645b383ff13eee759728d74f1a5d (diff) |
ksmbd: Implements sess->rpc_handle_list as xarray
For some ops on rpc handle:
1. ksmbd_session_rpc_method(), possibly on high frequency.
2. ksmbd_session_rpc_close().
id is used as indexing key to lookup channel, in that case,
linear search based on list may suffer a bit for performance.
Implements sess->rpc_handle_list as xarray.
Signed-off-by: Dawei Li <[email protected]>
Acked-by: Namjae Jeon <[email protected]>
Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions