瀏覽代碼

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>
Dave Chinner 11 年之前
父節點
當前提交
bf1ed38330
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/xfs/xfs_qm.c

+ 1 - 0
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);