commit | 76a9dd85d43b7b3d94e116437dc882e159887a6a | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Sun Jul 16 15:08:54 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Jul 26 19:34:30 2017 -0700 |
tree | c6f82e775434effec13235435a7a39338db331e6 | |
parent | 5f4ce6abc2dadac67bfb8a14cfb1b9ac3941810f [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>