diff options
author | Christoph Hellwig <hch@lst.de> | 2009-02-09 02:47:22 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@brick.lst.de> | 2009-02-09 02:47:22 -0500 |
commit | c9a192dcf906a33f59c555924e7796a4b9454217 (patch) | |
tree | fda65cd2f97b75d21762fcfa229c2c1e4920e9cf /fs/xfs/quota/xfs_qm.h | |
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>
Diffstat (limited to 'fs/xfs/quota/xfs_qm.h')
-rw-r--r-- | fs/xfs/quota/xfs_qm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/quota/xfs_qm.h b/fs/xfs/quota/xfs_qm.h index d48c4dbe1428..5ef08fb7562f 100644 --- a/fs/xfs/quota/xfs_qm.h +++ b/fs/xfs/quota/xfs_qm.h | |||
@@ -189,7 +189,6 @@ extern int xfs_qm_vop_chown_reserve(xfs_trans_t *, xfs_inode_t *, | |||
189 | /* list stuff */ | 189 | /* list stuff */ |
190 | extern void xfs_qm_freelist_append(xfs_frlist_t *, xfs_dquot_t *); | 190 | extern void xfs_qm_freelist_append(xfs_frlist_t *, xfs_dquot_t *); |
191 | extern void xfs_qm_freelist_unlink(xfs_dquot_t *); | 191 | extern void xfs_qm_freelist_unlink(xfs_dquot_t *); |
192 | extern int xfs_qm_freelist_lock_nowait(xfs_qm_t *); | ||
193 | 192 | ||
194 | /* system call interface */ | 193 | /* system call interface */ |
195 | extern int xfs_qm_quotactl(struct xfs_mount *, int, int, | 194 | extern int xfs_qm_quotactl(struct xfs_mount *, int, int, |