]> git.ipfire.org Git - people/ms/linux.git/commit - fs/xfs/xfs_log.h
xfs: convert log vector chain to use list heads
authorDave Chinner <dchinner@redhat.com>
Thu, 7 Jul 2022 08:55:59 +0000 (18:55 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 7 Jul 2022 08:55:59 +0000 (18:55 +1000)
commit169248536a2b28e4228ba63772936c1ba979c9c0
treef510a77a60c488e8dd6f1d2581c26e1e38e3f2dd
parentc0fb4765c5086cfd00f1158f5f44e7e1906530ad
xfs: convert log vector chain to use list heads

Because the next change is going to require sorting log vectors, and
that requires arbitrary rearrangement of the list which cannot be
done easily with a single linked list.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_log.c
fs/xfs/xfs_log.h
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_log_priv.h
fs/xfs/xfs_trans.c
fs/xfs/xfs_trans_priv.h