]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3f978422b4941637b668784d62a284db45a7d631
treef510a77a60c488e8dd6f1d2581c26e1e38e3f2dd
parentce85d5f578e4c6fdf4c7fd2a62f83ab25c1d83e8
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