commit | 02b68b2065c91ce706f462fd509032a77db5d9dc | [log] [tgz] |
---|---|---|
author | Namjae Jeon <namjae.jeon@samsung.com> | Thu Apr 01 17:45:33 2021 +0900 |
committer | Steve French <stfrench@microsoft.com> | Mon May 10 19:15:34 2021 -0500 |
tree | 82db53b5ac33c604aec9c1ded0cea98f263fc144 | |
parent | 8044ee8e64b4fdb068e504ec3ade597d1ccad456 [diff] |
cifsd: use xarray instead of linked list for tree connect list Matthew suggest to change linked list of tree connect list to xarray. It will be tree connect lookup in O(log(n)) time instead of O(n) time. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Steve French <stfrench@microsoft.com>