aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/cfq-iosched.c')
-rw-r--r--block/cfq-iosched.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c
index 0f3eb70f9ce1..b1472bc2d49c 100644
--- a/block/cfq-iosched.c
+++ b/block/cfq-iosched.c
@@ -3788,7 +3788,6 @@ static void *cfq_init_queue(struct request_queue *q)
3788 * second, in order to have larger depth for async operations. 3788 * second, in order to have larger depth for async operations.
3789 */ 3789 */
3790 cfqd->last_delayed_sync = jiffies - HZ; 3790 cfqd->last_delayed_sync = jiffies - HZ;
3791 INIT_RCU_HEAD(&cfqd->rcu);
3792 return cfqd; 3791 return cfqd;
3793} 3792}
3794 3793