]> 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 14:18:12 +0000 (16:18 +0200)
commitd91783e6864a1056d6f3b9ee66b073e1a25b9596
tree72cfc0a3c59ae7f91e68895c0301e8b327135aa4
parenta0ab49e7a758b488b2090171a75d50735c0876f6
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