]> git.baikalelectronics.ru Git - kernel.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)
commit34e663913c6db902f8725108b3a5d842fc25b8eb
treef584eaba940e5922a5de604864104bf4ee51e569
parentb09d08c002e822b6d15a759ffbc457b69f95643c
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