Whamcloud - gitweb
LU-3951 lfsck: LWP connection from OST-x to MDT-y
[fs/lustre-release.git] / lustre / include / obd.h
index e19aab1..c18052b 100644 (file)
@@ -752,6 +752,7 @@ struct obd_device {
        cfs_list_t              obd_exports;
        cfs_list_t              obd_unlinked_exports;
        cfs_list_t              obd_delayed_exports;
+       struct list_head        obd_lwp_list;
        int                     obd_num_exports;
        spinlock_t              obd_nid_lock;
        struct ldlm_namespace  *obd_namespace;
@@ -769,6 +770,7 @@ struct obd_device {
        struct rw_semaphore     obd_observer_link_sem;
         struct obd_notify_upcall obd_upcall;
         struct obd_export       *obd_self_export;
+       struct obd_export       *obd_lwp_export;
         /* list of exports in LRU order, for ping evictor, with obd_dev_lock */
         cfs_list_t              obd_exports_timed;
         time_t                  obd_eviction_timer; /* for ping evictor */