diff options
author | Dave Chinner <dchinner@redhat.com> | 2014-09-29 10:43:40 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-09-29 10:43:40 +1000 |
commit | bf1ed3833078e3bb0ba8cd03468090b9359d0912 (patch) | |
tree | cbebf7b9329d517d1f44da133bf62b77fa0e4561 /fs/xfs/xfs_qm.c | |
parent | e68ed77521f695d165cbae070f6dda8a4778438f (diff) |
xfs: xfs_qm_dquot_isolate needs locking annotations for sparse
To remove noise from the build.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_qm.c')
-rw-r--r-- | fs/xfs/xfs_qm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_qm.c b/fs/xfs/xfs_qm.c index 10232102b4a6..d68f23021af3 100644 --- a/fs/xfs/xfs_qm.c +++ b/fs/xfs/xfs_qm.c @@ -434,6 +434,7 @@ xfs_qm_dquot_isolate( struct list_head *item, spinlock_t *lru_lock, void *arg) + __releases(lru_lock) __acquires(lru_lock) { struct xfs_dquot *dqp = container_of(item, struct xfs_dquot, q_lru); |