f2fs: spread struct f2fs_dentry_ptr for inline path
authorChao Yu <yuchao0@huawei.com>
Sun, 16 Jul 2017 07:08:54 +0000 (15:08 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 27 Jul 2017 02:34:30 +0000 (19:34 -0700)
commit76a9dd85d43b7b3d94e116437dc882e159887a6a
treec6f82e775434effec13235435a7a39338db331e6
parent5f4ce6abc2dadac67bfb8a14cfb1b9ac3941810f
f2fs: spread struct f2fs_dentry_ptr for inline path

Use f2fs_dentry_ptr structure to indicate inline dentry structure as
much as possible, so we can wrap inline dentry with size-fixed fields
to the one with size-changeable fields. With this change, we can
handle size-changeable inline dentry more easily.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/inline.c