]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: cleanup the ordered item logic in xlog_cil_insert_format_items
authorChristoph Hellwig <hch@lst.de>
Tue, 15 Jul 2025 12:30:07 +0000 (14:30 +0200)
committerCarlos Maiolino <cem@kernel.org>
Thu, 24 Jul 2025 15:30:15 +0000 (17:30 +0200)
commit01774798c271de2e03ddaa1ad0f0fc94ee55cd9d
treef042378b2ffa6a95f287e3d8934b42f31434f4d7
parent469342210afe516dcb79551a8ac43030efc0c3ac
xfs: cleanup the ordered item logic in xlog_cil_insert_format_items

Split out handling of ordered items into a single branch in
xlog_cil_insert_format_items so that the rest of the code becomes more
clear.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_log_cil.c