]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
exfat: drop redundant sec parameter from exfat_mirror_bh
authorChi Zhiling <chizhiling@kylinos.cn>
Tue, 3 Mar 2026 03:14:07 +0000 (11:14 +0800)
committerNamjae Jeon <linkinjeon@kernel.org>
Thu, 5 Mar 2026 12:09:30 +0000 (21:09 +0900)
commit63193eb4452d3bf5b2b71042c536cb51c7d786cb
tree68f9a053891cd31b75643a9c0ec0fd229dd7fba1
parent7094b09ea713d537f801a48853681c1b4205df2e
exfat: drop redundant sec parameter from exfat_mirror_bh

The sector offset can be obtained from bh->b_blocknr, so drop the
redundant sec parameter from exfat_mirror_bh(). Also clean up the
function to use exfat_update_bh() helper.

No functional changes.

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