commit | 656de4ffaffd921e1b45de4150c86ba50da135e9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Mar 13 23:15:28 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Mar 14 11:12:52 2018 -0700 |
tree | 28fb961b39e2acd26718987dc3ba195251b294e1 | |
parent | 60e5bb7844ec75a2f54ea76d8ceec5c79172ce7e [diff] |
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>