commit | c9a192dcf906a33f59c555924e7796a4b9454217 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Feb 09 08:47:22 2009 +0100 |
committer | Christoph Hellwig <hch@brick.lst.de> | Mon Feb 09 08:47:22 2009 +0100 |
tree | fda65cd2f97b75d21762fcfa229c2c1e4920e9cf | |
parent | 7201813bf55cc06e6a7405831f63df96ee7842e7 [diff] |
xfs: sanitize qh_lock wrappers Get rid of various obsfucating wrappers for accessing the quota hash lock, we only keep the accessors for accessing the mplist and freelist locks as they encode a multi-level datastructure walk. But make sure all of them are defined in the same way as simple macros. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com>