Whamcloud - gitweb
LU-10805 libcfs: timer_setup() API changes
[fs/lustre-release.git] / lustre / obdclass / genops.c
index 5f679de..22ad827 100644 (file)
@@ -431,7 +431,6 @@ struct obd_device *class_newdev(const char *type_name, const char *name,
        /* XXX belongs in setup not attach  */
        init_rwsem(&newdev->obd_observer_link_sem);
        /* recovery data */
-       init_timer(&newdev->obd_recovery_timer);
        spin_lock_init(&newdev->obd_recovery_task_lock);
        init_waitqueue_head(&newdev->obd_next_transno_waitq);
        init_waitqueue_head(&newdev->obd_evict_inprogress_waitq);