]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: reduce arguments of ext4_fc_add_dentry_tlv
authorGuoqing Jiang <jiangguoqing@kylinos.cn>
Tue, 27 Jul 2021 08:07:08 +0000 (16:07 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 31 Aug 2021 03:36:50 +0000 (23:36 -0400)
commit640a0f07cb59c583df4f96423bcc3c17538c1054
tree9f624cd7d041e81c66f8b006dc498901a4b60473
parent025d7f511bae1f4f34ccba5b04fd8711b6720d3b
ext4: reduce arguments of ext4_fc_add_dentry_tlv

Let's pass fc_dentry directly since those arguments (tag, parent_ino and
ino etc) can be deferenced from it.

Signed-off-by: Guoqing Jiang <jiangguoqing@kylinos.cn>
Reviewed-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Link: https://lore.kernel.org/r/20210727080708.3708814-1-guoqing.jiang@linux.dev
fs/ext4/fast_commit.c