Skip to content
Snippets Groups Projects
Commit 025aecd8 authored by Jiufei Xue's avatar Jiufei Xue Committed by Jens Axboe
Browse files

writeback: remove dead code in wb_blkcg/memcg_offline

parent 723fbf56
No related branches found
No related tags found
No related merge requests found
......@@ -745,7 +745,6 @@ static void cgwb_bdi_unregister(struct backing_dev_info *bdi)
*/
void wb_memcg_offline(struct mem_cgroup *memcg)
{
LIST_HEAD(to_destroy);
struct list_head *memcg_cgwb_list = mem_cgroup_cgwb_list(memcg);
struct bdi_writeback *wb, *next;
......@@ -764,7 +763,6 @@ void wb_memcg_offline(struct mem_cgroup *memcg)
*/
void wb_blkcg_offline(struct blkcg *blkcg)
{
LIST_HEAD(to_destroy);
struct bdi_writeback *wb, *next;
spin_lock_irq(&cgwb_lock);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment