OSDN Git Service

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)
commitfacec450a8243cd3310ff8a8b9bb2f71d35df9e9
tree9f624cd7d041e81c66f8b006dc498901a4b60473
parent5036ab8df278f9879d8958679bd043e32515a3e4
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