aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.c
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2014-09-29 10:43:40 +1000
committerDave Chinner <david@fromorbit.com>2014-09-29 10:43:40 +1000
commitbf1ed3833078e3bb0ba8cd03468090b9359d0912 (patch)
treecbebf7b9329d517d1f44da133bf62b77fa0e4561 /fs/xfs/xfs_qm.c
parentxfs: fix use of agi_newino in finobt lookup (diff)
downloadlinux-dev-bf1ed3833078e3bb0ba8cd03468090b9359d0912.tar.xz
linux-dev-bf1ed3833078e3bb0ba8cd03468090b9359d0912.zip
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.c1
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);