]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf8991b5b39878d78901e02939170687ee838f031
treec6f82e775434effec13235435a7a39338db331e6
parent533a3b6a90978667e55c8184ac33b0154724dca7
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