diff options
author | Dawei Li <set_pte_at@outlook.com> | 2023-01-15 13:32:05 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-01-30 03:10:42 +0300 |
commit | b685757c7b08d5073046fb379be965fd6c06aafc (patch) | |
tree | 36ca86a9f3ba8a4970acfbc0d2c1bbd75299ad75 /fs/binfmt_elf.c | |
parent | 1d9c4172110e645b383ff13eee759728d74f1a5d (diff) | |
download | linux-b685757c7b08d5073046fb379be965fd6c06aafc.tar.xz |
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 <set_pte_at@outlook.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/binfmt_elf.c')
0 files changed, 0 insertions, 0 deletions