UPSTREAM: f2fs: clean up w/ fscrypt_is_bounce_page()
Just cleanup, no logic changes. Change-Id: I1efc407d4243f9ffdc3fe2f7fc1e9bfe303a0853 Signed-off-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> (cherry picked from commit 0c708e35cf26449ca317fcbfc274704660b6d269)
This commit is contained in:
@@ -58,7 +58,7 @@ bool f2fs_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;
|
||||
|
||||
Reference in New Issue
Block a user