Loading block/cfq-iosched.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -1433,7 +1433,6 @@ cfq_get_io_context(struct cfq_data *cfqd, pid_t pid, gfp_t gfp_mask) ioc->set_ioprio = cfq_ioc_set_ioprio; ioc->set_ioprio = cfq_ioc_set_ioprio; cic->ioc = ioc; cic->ioc = ioc; cic->key = cfqd; cic->key = cfqd; atomic_inc(&cfqd->ref); } else { } else { struct cfq_io_context *__cic; struct cfq_io_context *__cic; Loading Loading @@ -1469,7 +1468,6 @@ cfq_get_io_context(struct cfq_data *cfqd, pid_t pid, gfp_t gfp_mask) __cic->ioc = ioc; __cic->ioc = ioc; __cic->key = cfqd; __cic->key = cfqd; atomic_inc(&cfqd->ref); list_add(&__cic->list, &cic->list); list_add(&__cic->list, &cic->list); cic = __cic; cic = __cic; } } Loading Loading
block/cfq-iosched.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -1433,7 +1433,6 @@ cfq_get_io_context(struct cfq_data *cfqd, pid_t pid, gfp_t gfp_mask) ioc->set_ioprio = cfq_ioc_set_ioprio; ioc->set_ioprio = cfq_ioc_set_ioprio; cic->ioc = ioc; cic->ioc = ioc; cic->key = cfqd; cic->key = cfqd; atomic_inc(&cfqd->ref); } else { } else { struct cfq_io_context *__cic; struct cfq_io_context *__cic; Loading Loading @@ -1469,7 +1468,6 @@ cfq_get_io_context(struct cfq_data *cfqd, pid_t pid, gfp_t gfp_mask) __cic->ioc = ioc; __cic->ioc = ioc; __cic->key = cfqd; __cic->key = cfqd; atomic_inc(&cfqd->ref); list_add(&__cic->list, &cic->list); list_add(&__cic->list, &cic->list); cic = __cic; cic = __cic; } } Loading