]> www.infradead.org Git - users/jedix/linux-maple.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>
Fri, 13 Aug 2021 14:54:02 +0000 (10:54 -0400)
commit78e89124cc42a0cbaf214ecd5021ee19ca4f9294
tree12aab5cc8e3c2c6a0ad4dc719282f6e9d63ef39a
parent8720904242b608b181f2e0c42c1cfdf2d2bba76d
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