|
@@ -310,6 +310,7 @@ static int wb_init(struct bdi_writeback *wb, struct backing_dev_info *bdi,
|
|
spin_lock_init(&wb->work_lock);
|
|
spin_lock_init(&wb->work_lock);
|
|
INIT_LIST_HEAD(&wb->work_list);
|
|
INIT_LIST_HEAD(&wb->work_list);
|
|
INIT_DELAYED_WORK(&wb->dwork, wb_workfn);
|
|
INIT_DELAYED_WORK(&wb->dwork, wb_workfn);
|
|
|
|
+ wb->dirty_sleep = jiffies;
|
|
|
|
|
|
wb->congested = wb_congested_get_create(bdi, blkcg_id, gfp);
|
|
wb->congested = wb_congested_get_create(bdi, blkcg_id, gfp);
|
|
if (!wb->congested)
|
|
if (!wb->congested)
|