]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn
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)
commit656de4ffaffd921e1b45de4150c86ba50da135e9
tree28fb961b39e2acd26718987dc3ba195251b294e1
parent60e5bb7844ec75a2f54ea76d8ceec5c79172ce7e
xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn

Switch to a single interface for flushing the log to a specific LSN, which
gives consistent trace point coverage and a less confusing interface.

The was only a single user of the previous xfs_log_force_lsn function,
which now also passes a NULL log_flushed argument.

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/xfs_export.c
fs/xfs/xfs_file.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_log.c
fs/xfs/xfs_log.h
fs/xfs/xfs_trans.c