xfs: factor out log write ordering from xlog_cil_push_work()
authorDave Chinner <dchinner@redhat.com>
Wed, 11 Aug 2021 01:00:43 +0000 (18:00 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 16 Aug 2021 19:09:29 +0000 (12:09 -0700)
commitbf034bc827807ac15affa051e6a94b03f93b1a03
treee9e9cbd3d80afcb4e0cf72177886c193bbb8d764
parentc45aba40cf5b2988c0bebee8c9b846c88aa651eb
xfs: factor out log write ordering from xlog_cil_push_work()

So we can use it for start record ordering as well as commit record
ordering in future.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_log_cil.c