]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: move the locking from xlog_state_finish_copy to the callers
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Oct 2019 17:36:41 +0000 (10:36 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 21 Oct 2019 16:04:58 +0000 (09:04 -0700)
commit390aab0a164052b7bf299dec8af52a80f7c0dcc4
treef584eaba940e5922a5de604864104bf4ee51e569
parent2c68a1dfbd8e3ec3ffa274d63312a7bb43b32f47
xfs: move the locking from xlog_state_finish_copy to the callers

This will allow optimizing various locking cycles in the following
patches.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/xfs_log.c