f2fs: make f2fs_read_inline_data() more readable
authorChao Liu <liuchao@coolpad.com>
Thu, 19 May 2022 10:40:10 +0000 (18:40 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 20 May 2022 00:23:22 +0000 (17:23 -0700)
commitd9c454ab2293f6b143d3d1be2bf54d766ed8bfc5
treeb6408a627ea0bc9b00497a319f6300e160266970
parent677a82b44ebf263d4f9a0cfbd576a6ade797a07b
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>
fs/f2fs/f2fs.h