summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorChi Zhiling <chizhiling@kylinos.cn>2026-01-14 20:12:41 +0800
committerNamjae Jeon <linkinjeon@kernel.org>2026-02-12 21:21:49 +0900
commit2e21557d5422a24e0c2c12455ae8b9f10045e3d5 (patch)
tree5e4a3ae97c3c4a0643791e881e13d4662d352433 /tools/perf/scripts/python/bin
parent5e205c484b1feb3297f78351f3866cb60afe004b (diff)
downloadlinux-2e21557d5422a24e0c2c12455ae8b9f10045e3d5.tar.gz
linux-2e21557d5422a24e0c2c12455ae8b9f10045e3d5.zip
exfat: remove the check for infinite cluster chain loop
The infinite cluster chain loop check is not work because the loop will terminate when fclus reaches the parameter cluster, and the parameter cluster value is never greater than ei->valid_size. The following relationship holds: 'fclus' < 'cluster' ≤ ei->valid_size ≤ sb->num_clusters The check would only be triggered if a cluster number greater than sb->num_clusters is passed, but no caller currently does this. Signed-off-by: Chi Zhiling <chizhiling@kylinos.cn> Reviewed-by: Yuezhang Mo <Yuezhang.Mo@sony.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions