]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5caf4a7d202358d5508f8417e2b58cd8f9d0cacf
tree26856d1c1044ef225f18808d5ac830e34dd1f690
parentf7174444180a02ccfee65527eee6dd7a1363a08c
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