f2fs-tools: spread struct f2fs_dentry_ptr for inline path
authorChao Yu <yuchao0@huawei.com>
Sun, 16 Jul 2017 07:12:49 +0000 (15:12 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 17 Jul 2017 21:35:33 +0000 (14:35 -0700)
commit8b4406a5bd109658574044179a37fb7af8019eba
tree4b380cc649fc280a17545ce663de07afa400d41c
parent4abc53c38f38b1edb9da21348faa963ec16a08fc
f2fs-tools: 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>
fsck/dir.c
fsck/f2fs.h
fsck/fsck.c
fsck/fsck.h