aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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(
434 struct list_head *item, 434 struct list_head *item,
435 spinlock_t *lru_lock, 435 spinlock_t *lru_lock,
436 void *arg) 436 void *arg)
437 __releases(lru_lock) __acquires(lru_lock)
437{ 438{
438 struct xfs_dquot *dqp = container_of(item, 439 struct xfs_dquot *dqp = container_of(item,
439 struct xfs_dquot, q_lru); 440 struct xfs_dquot, q_lru);