diff options
-rw-r--r-- | block/cfq-iosched.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index 6200d9b9af28..e2e6ad0a158e 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
@@ -1318,7 +1318,6 @@ cfq_alloc_io_context(struct cfq_data *cfqd, gfp_t gfp_mask) | |||
1318 | 1318 | ||
1319 | if (cic) { | 1319 | if (cic) { |
1320 | memset(cic, 0, sizeof(*cic)); | 1320 | memset(cic, 0, sizeof(*cic)); |
1321 | RB_CLEAR_COLOR(&cic->rb_node); | ||
1322 | cic->last_end_request = jiffies; | 1321 | cic->last_end_request = jiffies; |
1323 | INIT_LIST_HEAD(&cic->queue_list); | 1322 | INIT_LIST_HEAD(&cic->queue_list); |
1324 | cic->dtor = cfq_free_io_context; | 1323 | cic->dtor = cfq_free_io_context; |