]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
exfat: remove NULL cache pointer case in exfat_ent_get
authorChi Zhiling <chizhiling@kylinos.cn>
Fri, 3 Apr 2026 08:05:36 +0000 (16:05 +0800)
committerNamjae Jeon <linkinjeon@kernel.org>
Fri, 3 Apr 2026 13:41:07 +0000 (22:41 +0900)
commitf764c5897fc2d2eccce05dba86f32aac94bcd28c
tree7651dd3035c6bfce096b7dcd322f65e36c20cfa1
parent6f2cbe45c675d21e104856fc5917048e772a0dcf
exfat: remove NULL cache pointer case in exfat_ent_get

Since exfat_get_next_cluster has been updated, no callers pass a NULL
pointer to exfat_ent_get, so remove the handling logic for this case.

Signed-off-by: Chi Zhiling <chizhiling@kylinos.cn>
Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com>
Reviewed-by: Yuezhang Mo <Yuezhang.Mo@sony.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/exfat/fatent.c