]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
exfat: use readahead helper in exfat_get_dentry
authorChi Zhiling <chizhiling@kylinos.cn>
Tue, 3 Mar 2026 03:14:06 +0000 (11:14 +0800)
committerNamjae Jeon <linkinjeon@kernel.org>
Thu, 5 Mar 2026 12:09:28 +0000 (21:09 +0900)
commit7094b09ea713d537f801a48853681c1b4205df2e
tree2e32ffc61b8dbedfe955d36d3c2deb389a936fca
parenta299900144da9276a66d3d8c5112605b273bacd6
exfat: use readahead helper in exfat_get_dentry

Replace the custom exfat_dir_readahead() function with the unified
exfat_blk_readahead() helper in exfat_get_dentry(). This removes
the duplicate readahead implementation and uses the common interface,
also reducing code complexity.

Signed-off-by: Chi Zhiling <chizhiling@kylinos.cn>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/exfat/dir.c