xfs: use mutex_is_locked in XFS_DQ_IS_LOCKED
authorChristoph Hellwig <hch@lst.de>
Mon, 9 Feb 2009 07:39:24 +0000 (08:39 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Mon, 9 Feb 2009 07:39:24 +0000 (08:39 +0100)
Now that we have a helper to test if a mutex is held use it instead of our
own little hacks.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>

No differences found