@@ -620,8 +620,6 @@ struct obd_device {
struct lprocfs_stats *obd_svc_stats;
const struct attribute **obd_attrs;
struct ldebugfs_vars *obd_vars;
- atomic_t obd_evict_inprogress;
- wait_queue_head_t obd_evict_inprogress_waitq;
struct list_head obd_evict_list; /* protected with pet_lock */
/**
@@ -309,8 +309,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_waitqueue_head(&newdev->obd_evict_inprogress_waitq);
llog_group_init(&newdev->obd_olg);
/* Detach drops this */