Home
last modified time | relevance | path

Searched hist:d9c454ab2293f6b143d3d1be2bf54d766ed8bfc5 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Df2fs.hdiff d9c454ab2293f6b143d3d1be2bf54d766ed8bfc5 Thu May 19 05:40:10 CDT 2022 Chao Liu <liuchao@coolpad.com> f2fs: make f2fs_read_inline_data() more readable

In f2fs_read_inline_data(), it is confused with checking of
inline_data flag, as we checked it before calling. So this
patch add some comments for f2fs_has_inline_data().

Signed-off-by: Chao Liu <liuchao@coolpad.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>