diff options
Diffstat (limited to 'block/bfq-cgroup.c')
-rw-r--r-- | block/bfq-cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/bfq-cgroup.c b/block/bfq-cgroup.c index 9fe5952d117d..a7a1712632b0 100644 --- a/block/bfq-cgroup.c +++ b/block/bfq-cgroup.c | |||
@@ -334,7 +334,7 @@ static void bfqg_stats_xfer_dead(struct bfq_group *bfqg) | |||
334 | 334 | ||
335 | parent = bfqg_parent(bfqg); | 335 | parent = bfqg_parent(bfqg); |
336 | 336 | ||
337 | lockdep_assert_held(bfqg_to_blkg(bfqg)->q->queue_lock); | 337 | lockdep_assert_held(&bfqg_to_blkg(bfqg)->q->queue_lock); |
338 | 338 | ||
339 | if (unlikely(!parent)) | 339 | if (unlikely(!parent)) |
340 | return; | 340 | return; |