mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-09-14 11:19:08 +10:00
f2fs: clean up w/ fscrypt_is_bounce_page()
[ Upstream commit 0c708e35cf
]
Just cleanup, no logic changes.
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
03a4c0d03e
commit
a78a8d86fe
@ -77,7 +77,7 @@ static bool __is_cp_guaranteed(struct page *page)
|
||||
struct inode *inode;
|
||||
struct f2fs_sb_info *sbi;
|
||||
|
||||
if (!mapping)
|
||||
if (fscrypt_is_bounce_page(page))
|
||||
return false;
|
||||
|
||||
if (f2fs_is_compressed_page(page))
|
||||
|
Loading…
Reference in New Issue
Block a user