Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b56c285 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Darrick J. Wong
Browse files

xfs: remove the unused log_flushed variable in xfs_extent_busy_flush

parent 4f7aa2fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -611,10 +611,10 @@ xfs_extent_busy_flush(
	unsigned		busy_gen)
{
	DEFINE_WAIT		(wait);
	int			log_flushed = 0, error;
	int			error;

	trace_xfs_log_force(mp, 0, _THIS_IP_);
	error = _xfs_log_force(mp, XFS_LOG_SYNC, &log_flushed);
	error = _xfs_log_force(mp, XFS_LOG_SYNC, NULL);
	if (error)
		return;