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

Commit 20722a91 authored by Nathan Scott's avatar Nathan Scott
Browse files

[XFS] Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy from


quota code.

SGI-PV: 949149
SGI-Modid: xfs-linux-melb:xfs-kern:25123a

Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent 8758280f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2788,9 +2788,7 @@ xfs_qm_freelist_destroy(xfs_frlist_t *ql)
		xfs_qm_dqdestroy(dqp);
		dqp = nextdqp;
	}
	/*
	 * Don't bother about unlocking.
	 */
	mutex_unlock(&ql->qh_lock);
	mutex_destroy(&ql->qh_lock);

	ASSERT(ql->qh_nelems == 0);