f2fs: clean up w/ fscrypt_is_bounce_page()
[ Upstream commit 0c708e35cf26449ca317fcbfc274704660b6d269 ] 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:
committed by
Greg Kroah-Hartman
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))
|
||||
|
||||
Reference in New Issue
Block a user