projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c57f75
)
f2fs: remove redundant compress inode check
author
Chao Yu
<yuchao0@huawei.com>
Sat, 29 Feb 2020 10:49:06 +0000
(18:49 +0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Fri, 8 May 2020 13:55:56 +0000
(06:55 -0700)
due to f2fs_post_read_required() has did that.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
patch
|
blob
|
history
diff --git
a/fs/f2fs/f2fs.h
b/fs/f2fs/f2fs.h
index d036a31a97e84e1caba80e7ad5c4259f7d88ca66..a3809b092798e43b10a93c0b83baa27647dcca7a 100644
(file)
--- a/
fs/f2fs/f2fs.h
+++ b/
fs/f2fs/f2fs.h
@@
-4047,8
+4047,6
@@
static inline bool f2fs_force_buffered_io(struct inode *inode,
return true;
if (f2fs_is_multi_device(sbi))
return true;
- if (f2fs_compressed_file(inode))
- return true;
/*
* for blkzoned device, fallback direct IO to buffered IO, so
* all IOs can be serialized by log-structured write.