OSDN Git Service

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>
Thu, 13 Jul 2017 23:56:42 +0000 (16:56 -0700)
commite1640316b9d82b2f12ca0165a082e3f357b26d9f
tree33bb05b149de6df4eb804b317733d3971da60454
parent82aed6f9d75f503b3dfabc7be02a25b168348511
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