]> 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)
commitc03be4ce7d409c058d9dadbea4f3bac96c3befdd
treef584eaba940e5922a5de604864104bf4ee51e569
parenta842451415f54a9678fa4d55473b08e86b70587e
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