]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
jbd2: remove t_checkpoint_io_list
authorZhang Yi <yi.zhang@huawei.com>
Tue, 6 Jun 2023 13:59:24 +0000 (21:59 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Aug 2023 12:52:28 +0000 (14:52 +0200)
commit2968fec1d56f1131d3b7b69348e6397f5042521e
tree9351e0bb503b5fcddf00764d46f977bea13b1779
parent1d9995c2ac8060f005d206ab93e155de1fc2339e
jbd2: remove t_checkpoint_io_list

[ Upstream commit be22255360f80d3af789daad00025171a65424a5 ]

Since t_checkpoint_io_list was stop using in jbd2_log_do_checkpoint()
now, it's time to remove the whole t_checkpoint_io_list logic.

Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230606135928.434610-3-yi.zhang@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Stable-dep-of: 46f881b5b175 ("jbd2: fix a race when checking checkpoint buffer busy")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/jbd2/checkpoint.c
fs/jbd2/commit.c
include/linux/jbd2.h