Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dave Chinner and committed by
Dave Chinner
bf1ed383 e68ed775

+1
+1
fs/xfs/xfs_qm.c
··· 434 434 struct list_head *item, 435 435 spinlock_t *lru_lock, 436 436 void *arg) 437 + __releases(lru_lock) __acquires(lru_lock) 437 438 { 438 439 struct xfs_dquot *dqp = container_of(item, 439 440 struct xfs_dquot, q_lru);