projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f16ebe0
)
f2fs: clean up w/ fscrypt_is_bounce_page()
author
Chao Yu
<chao@kernel.org>
Mon, 14 Apr 2025 10:52:36 +0000
(18:52 +0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:48 +0000
(15:26 +0000)
Just cleanup, no logic changes.
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/f2fs/data.c
b/fs/f2fs/data.c
index 03e7129d5e165cfd8751a78b4d548b7673ebe270..0b5c6d5a28e1302408b40d1858d6724d957466e3 100644
(file)
--- a/
fs/f2fs/data.c
+++ b/
fs/f2fs/data.c
@@
-53,7
+53,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;