|
@@ -236,7 +236,6 @@ static int __init default_bdi_init(void)
|
|
sync_supers_tsk = kthread_run(bdi_sync_supers, NULL, "sync_supers");
|
|
sync_supers_tsk = kthread_run(bdi_sync_supers, NULL, "sync_supers");
|
|
BUG_ON(IS_ERR(sync_supers_tsk));
|
|
BUG_ON(IS_ERR(sync_supers_tsk));
|
|
|
|
|
|
- init_timer(&sync_supers_timer);
|
|
|
|
setup_timer(&sync_supers_timer, sync_supers_timer_fn, 0);
|
|
setup_timer(&sync_supers_timer, sync_supers_timer_fn, 0);
|
|
bdi_arm_supers_timer();
|
|
bdi_arm_supers_timer();
|
|
|
|
|