xfs: merge _xfs_log_force and xfs_log_force
authorChristoph Hellwig <hch@lst.de>
Wed, 14 Mar 2018 06:15:28 +0000 (23:15 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 14 Mar 2018 18:12:52 +0000 (11:12 -0700)
commit60e5bb7844ec75a2f54ea76d8ceec5c79172ce7e
treeba0e950311de02c6d6585a9941c3f7a8ba1f22e2
parent2b56c2857fde3c7f74174dd2fe3d7b8833d82744
xfs: merge _xfs_log_force and xfs_log_force

Switch to a single interface for flushing the whole log, which gives
consistent trace point coverage, and removes the unused log_flushed
argument for the previous _xfs_log_force callers.

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>
fs/xfs/scrub/common.c
fs/xfs/xfs_extent_busy.c
fs/xfs/xfs_log.c
fs/xfs/xfs_log.h