mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
f2fs: remove redundant compress inode check
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>
This commit is contained in:
@@ -4081,8 +4081,6 @@ static inline bool f2fs_force_buffered_io(struct inode *inode,
|
|||||||
return true;
|
return true;
|
||||||
if (f2fs_is_multi_device(sbi))
|
if (f2fs_is_multi_device(sbi))
|
||||||
return true;
|
return true;
|
||||||
if (f2fs_compressed_file(inode))
|
|
||||||
return true;
|
|
||||||
/*
|
/*
|
||||||
* for blkzoned device, fallback direct IO to buffered IO, so
|
* for blkzoned device, fallback direct IO to buffered IO, so
|
||||||
* all IOs can be serialized by log-structured write.
|
* all IOs can be serialized by log-structured write.
|
||||||
|
|||||||
Reference in New Issue
Block a user