Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 879d3e0d authored by Chao Yu's avatar Chao Yu Committed by Greg Kroah-Hartman
Browse files

f2fs: clean up w/ fscrypt_is_bounce_page()



[ Upstream commit 0c708e35cf26449ca317fcbfc274704660b6d269 ]

Just cleanup, no logic changes.

Signed-off-by: default avatarChao Yu <chao@kernel.org>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent ceb20ec6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,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;

	inode = mapping->host;