X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fobd.h;h=fd9363ecc058f127dda13cf59a739db67ec16619;hp=fd0d2e2a12898e5041f1647e28a466e612d8b0ac;hb=3270bfc2370884933628f95122da00d430db6072;hpb=bd37398ae1b8dbbdd5bf8b700d061b5fc33fd8ed diff --git a/lustre/include/obd.h b/lustre/include/obd.h index fd0d2e2..fd9363e 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -958,10 +958,12 @@ struct obd_device { unsigned int obd_md_cntr_base; struct lprocfs_stats *obd_md_stats; - cfs_proc_dir_entry_t *obd_proc_entry; - cfs_proc_dir_entry_t *obd_proc_exports_entry; - cfs_proc_dir_entry_t *obd_svc_procroot; - struct lprocfs_stats *obd_svc_stats; + struct proc_dir_entry *obd_proc_entry; + struct proc_dir_entry *obd_proc_exports_entry; + void *obd_proc_private; /* type private PDEs */ + struct proc_dir_entry *obd_svc_procroot; + struct lprocfs_stats *obd_svc_stats; + struct lprocfs_seq_vars *obd_vars; cfs_atomic_t obd_evict_inprogress; wait_queue_head_t obd_evict_inprogress_waitq; cfs_list_t obd_evict_list; /* protected with pet_lock */