commit | b75c5f63a558b7fdc887755bf48e5f2eb1a22291 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Sun Jul 16 15:08:54 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Sep 21 12:43:35 2017 -0700 |
tree | d6f305a325add8176da59f6e5cc2431b9804d00c | |
parent | 40df1368c72cdfb970e705d5d1ac93914e0fac5c [diff] |
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>