xfs: remove the syncing argument from xlog_verify_iclog
authorChristoph Hellwig <hch@lst.de>
Sat, 29 Jun 2019 02:27:24 +0000 (19:27 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sat, 29 Jun 2019 02:27:24 +0000 (19:27 -0700)
commitabca1f33f869d84ebfb41c4040cfc91a9af11baf
treef2ca359efde78eae4ddad9f7760fa777e2bf74df
parent9b0489c1d1918338ef32fe8a0e94989210d7c745
xfs: remove the syncing argument from xlog_verify_iclog

The only caller unconditionally passes true here.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_log.c