diff options
author | Dawei Li <set_pte_at@outlook.com> | 2023-01-15 13:32:04 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-01-30 03:10:38 +0300 |
commit | 1d9c4172110e645b383ff13eee759728d74f1a5d (patch) | |
tree | 7303e15c8148c89d581ba7b344bea0954834db6e /fs/fsopen.c | |
parent | 6d796c50f84ca79f1722bb131799e5a5710c4700 (diff) | |
download | linux-1d9c4172110e645b383ff13eee759728d74f1a5d.tar.xz |
ksmbd: Implements sess->ksmbd_chann_list as xarray
For some ops on channel:
1. lookup_chann_list(), possibly on high frequency.
2. ksmbd_chann_del().
Connection is used as indexing key to lookup channel, in that case,
linear search based on list may suffer a bit for performance.
Implements sess->ksmbd_chann_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/fsopen.c')
0 files changed, 0 insertions, 0 deletions