diff options
| author | 2025-09-06 08:13:04 +0900 | |
|---|---|---|
| committer | 2025-09-30 13:34:43 +0900 | |
| commit | 9fd688678dd86e3be32a35e3b2c5cc3ef0c4e257 (patch) | |
| tree | 224ae2eadcff57e830ac6ca4219b6a6821b0a458 /tools/docs/lib/enrich_formatter.py | |
| parent | exfat: Remove unnecessary parentheses (diff) | |
| download | wireguard-linux-9fd688678dd86e3be32a35e3b2c5cc3ef0c4e257.tar.xz wireguard-linux-9fd688678dd86e3be32a35e3b2c5cc3ef0c4e257.zip | |
exfat: optimize allocation bitmap loading time
Loading the allocation bitmap is very slow if user set the small cluster
size on large partition.
For optimizing it, This patch uses sb_breadahead() read the allocation
bitmap. It will improve the mount time.
The following is the result of about 4TB partition(2KB cluster size)
on my target.
without patch:
real 0m41.746s
user 0m0.011s
sys 0m0.000s
with patch:
real 0m2.525s
user 0m0.008s
sys 0m0.008s
Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com>
Reviewed-by: Yuezhang Mo <Yuezhang.Mo@sony.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'tools/docs/lib/enrich_formatter.py')
0 files changed, 0 insertions, 0 deletions
