diff options
author | John Sanpe <sanpeqf@gmail.com> | 2023-12-08 07:47:01 +0800 |
---|---|---|
committer | Namjae Jeon <linkinjeon@kernel.org> | 2024-01-08 21:57:21 +0900 |
commit | 34939ae005ec402ee183956114b1a74cb57b8b9d (patch) | |
tree | ff6d23f2e041f78a8d3f4e4b0af0c19212ffcc80 /fs/dcache.c | |
parent | 7423546040194e0e74fcfedd089a8b2720fcfc6e (diff) |
exfat: using ffs instead of internal logic
Replaced the internal table lookup algorithm with ffs of
the bitops library with better performance.
Use it to increase the single processing length of the
exfat_find_free_bitmap function, from single-byte search to long type.
Signed-off-by: John Sanpe <sanpeqf@gmail.com>
Acked-by: Sungjong Seo <sj1557.seo@samsung.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'fs/dcache.c')
0 files changed, 0 insertions, 0 deletions