]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3971cf9fcb7876b720c7b847c5dab4c469a1ab5e
treeb6408a627ea0bc9b00497a319f6300e160266970
parent75327635daf62662d90c675163d7610994cae8a1
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