Loading block/blk-cgroup.c +0 −8 Original line number Original line Diff line number Diff line Loading @@ -1398,8 +1398,6 @@ int blkcg_activate_policy(struct request_queue *q, if (q->mq_ops) if (q->mq_ops) blk_mq_freeze_queue(q); blk_mq_freeze_queue(q); else blk_queue_bypass_start(q); pd_prealloc: pd_prealloc: if (!pd_prealloc) { if (!pd_prealloc) { pd_prealloc = pol->pd_alloc_fn(GFP_KERNEL, q->node); pd_prealloc = pol->pd_alloc_fn(GFP_KERNEL, q->node); Loading Loading @@ -1439,8 +1437,6 @@ int blkcg_activate_policy(struct request_queue *q, out_bypass_end: out_bypass_end: if (q->mq_ops) if (q->mq_ops) blk_mq_unfreeze_queue(q); blk_mq_unfreeze_queue(q); else blk_queue_bypass_end(q); if (pd_prealloc) if (pd_prealloc) pol->pd_free_fn(pd_prealloc); pol->pd_free_fn(pd_prealloc); return ret; return ret; Loading @@ -1465,8 +1461,6 @@ void blkcg_deactivate_policy(struct request_queue *q, if (q->mq_ops) if (q->mq_ops) blk_mq_freeze_queue(q); blk_mq_freeze_queue(q); else blk_queue_bypass_start(q); spin_lock_irq(q->queue_lock); spin_lock_irq(q->queue_lock); Loading @@ -1485,8 +1479,6 @@ void blkcg_deactivate_policy(struct request_queue *q, if (q->mq_ops) if (q->mq_ops) blk_mq_unfreeze_queue(q); blk_mq_unfreeze_queue(q); else blk_queue_bypass_end(q); } } EXPORT_SYMBOL_GPL(blkcg_deactivate_policy); EXPORT_SYMBOL_GPL(blkcg_deactivate_policy); Loading Loading
block/blk-cgroup.c +0 −8 Original line number Original line Diff line number Diff line Loading @@ -1398,8 +1398,6 @@ int blkcg_activate_policy(struct request_queue *q, if (q->mq_ops) if (q->mq_ops) blk_mq_freeze_queue(q); blk_mq_freeze_queue(q); else blk_queue_bypass_start(q); pd_prealloc: pd_prealloc: if (!pd_prealloc) { if (!pd_prealloc) { pd_prealloc = pol->pd_alloc_fn(GFP_KERNEL, q->node); pd_prealloc = pol->pd_alloc_fn(GFP_KERNEL, q->node); Loading Loading @@ -1439,8 +1437,6 @@ int blkcg_activate_policy(struct request_queue *q, out_bypass_end: out_bypass_end: if (q->mq_ops) if (q->mq_ops) blk_mq_unfreeze_queue(q); blk_mq_unfreeze_queue(q); else blk_queue_bypass_end(q); if (pd_prealloc) if (pd_prealloc) pol->pd_free_fn(pd_prealloc); pol->pd_free_fn(pd_prealloc); return ret; return ret; Loading @@ -1465,8 +1461,6 @@ void blkcg_deactivate_policy(struct request_queue *q, if (q->mq_ops) if (q->mq_ops) blk_mq_freeze_queue(q); blk_mq_freeze_queue(q); else blk_queue_bypass_start(q); spin_lock_irq(q->queue_lock); spin_lock_irq(q->queue_lock); Loading @@ -1485,8 +1479,6 @@ void blkcg_deactivate_policy(struct request_queue *q, if (q->mq_ops) if (q->mq_ops) blk_mq_unfreeze_queue(q); blk_mq_unfreeze_queue(q); else blk_queue_bypass_end(q); } } EXPORT_SYMBOL_GPL(blkcg_deactivate_policy); EXPORT_SYMBOL_GPL(blkcg_deactivate_policy); Loading