diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/cfq-iosched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index aae3123bf3ee..3a3aee08ec5f 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
@@ -1561,7 +1561,7 @@ restart: | |||
1561 | /* ->key must be copied to avoid race with cfq_exit_queue() */ | 1561 | /* ->key must be copied to avoid race with cfq_exit_queue() */ |
1562 | k = __cic->key; | 1562 | k = __cic->key; |
1563 | if (unlikely(!k)) { | 1563 | if (unlikely(!k)) { |
1564 | cfq_drop_dead_cic(ioc, cic); | 1564 | cfq_drop_dead_cic(ioc, __cic); |
1565 | goto restart; | 1565 | goto restart; |
1566 | } | 1566 | } |
1567 | 1567 | ||