]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit539551af46ac468d60f808187dec03316fe223eb
treef2ca359efde78eae4ddad9f7760fa777e2bf74df
parent24a2c68dd5508dcd9984cd6121aad49f77387b2d
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