Loading fs/f2fs/f2fs.h +0 −2 Original line number Diff line number Diff line Loading @@ -4082,8 +4082,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. Loading Loading
fs/f2fs/f2fs.h +0 −2 Original line number Diff line number Diff line Loading @@ -4082,8 +4082,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. Loading