Skip to content
Commit 74235460 authored by John Sanpe's avatar John Sanpe Committed by Namjae Jeon
Browse files

exfat: using hweight instead of internal logic



Replace the internal table lookup algorithm with the hweight
library, which has instruction set acceleration capabilities.

Use it to increase the length of a single calculation of
the exfat_find_free_bitmap function to the long type.

Signed-off-by: default avatarJohn Sanpe <sanpeqf@gmail.com>
Acked-by: default avatarSungjong Seo <sj1557.seo@samsung.com>
Signed-off-by: default avatarNamjae Jeon <linkinjeon@kernel.org>
parent 0dd3ee31
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment