diff options
author | 2021-09-02 18:40:50 +0300 | |
---|---|---|
committer | 2021-09-13 19:41:47 +0300 | |
commit | 8e69212253d320d4768071086b1111e6ab91d9bd (patch) | |
tree | 76b09c06f3f4532015cb87f80459956bb0504a45 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | fs/ntfs3: Make binary search to search smaller chunks in beginning (diff) | |
download | linux-dev-8e69212253d320d4768071086b1111e6ab91d9bd.tar.xz linux-dev-8e69212253d320d4768071086b1111e6ab91d9bd.zip |
fs/ntfs3: Always use binary search with entry search
We do not have any reason to keep old linear search in. Before this was
used for error path or if table was so big that it cannot be allocated.
Current binary search implementation won't need error path. Remove old
references to linear entry search.
Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions