xfs: move xlog_commit_record to xfs_log_cil.c
authorDave Chinner <dchinner@redhat.com>
Wed, 11 Aug 2021 01:00:42 +0000 (18:00 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 16 Aug 2021 19:09:29 +0000 (12:09 -0700)
commit2ce82b722de980deef809438603b7e95156d3818
tree26856d1c1044ef225f18808d5ac830e34dd1f690
parent2562c322404d81ee5fa82f3cf601a2e27393ab57
xfs: move xlog_commit_record to xfs_log_cil.c

It is only used by the CIL checkpoints, and is the counterpart to
start record formatting and writing that is already local to
xfs_log_cil.c.

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.c
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_log_priv.h