]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
f2fs: use proper variable name
authorTiezhu Yang <kernelpatch@126.com>
Thu, 8 Jun 2017 22:32:54 +0000 (06:32 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Jul 2017 09:11:40 +0000 (02:11 -0700)
commita005774c8dab68d1c3963aee7d9464c3ec400eba
tree1ba34770ceeb4f59399e673e7a09831e99bf7155
parent1f258ec13b82d3d947b515a007a748ffcbe29f9a
f2fs: use proper variable name

It is better to use variable name "inline_dentry" instead of "dentry_blk"
when data type is "struct f2fs_inline_dentry". This patch has no functional
changes, just to make code more readable especially when call the function
make_dentry_ptr_inline() and f2fs_convert_inline_dir().

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