commit | 7201813bf55cc06e6a7405831f63df96ee7842e7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Feb 09 08:39:24 2009 +0100 |
committer | Christoph Hellwig <hch@brick.lst.de> | Mon Feb 09 08:39:24 2009 +0100 |
tree | 12eadd4e19c3defe7bdb8c054cd2b4d66bb5f379 | |
parent | e249458220c9799fe94573abd341d29c83579671 [diff] |
xfs: use mutex_is_locked in XFS_DQ_IS_LOCKED 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>