diff options
| author | Chao Yu <chao@kernel.org> | 2026-06-15 16:08:20 +0300 |
|---|---|---|
| committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2026-06-22 22:52:38 +0300 |
| commit | 8b938ae6f0766559dfc4ad5acac958b1eff8664d (patch) | |
| tree | 44d993bb3221188722ca068b7345b0465923f092 /scripts/Makefile.thinlto | |
| parent | cf716276b0dca934aad5fe3c46df04e1dc596734 (diff) | |
| download | linux-8b938ae6f0766559dfc4ad5acac958b1eff8664d.tar.xz | |
f2fs: avoid unnecessary fscrypt_finalize_bounce_page()
fscrypt_finalize_bounce_page() should be called only if we use fs layer
crypto, let's avoid unnecessary fscrypt_finalize_bounce_page() in error
path of f2fs_write_compressed_pages().
BTW, fscrypt_finalize_bounce_page() will check mapping of bounced page
before retrieving original page, so, previously it won't cause any issue
w/ fscrypt_finalize_bounce_page(), but still we'd better avoid coupling
w/ any logic inside fscrypt_finalize_bounce_page().
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
