Whamcloud - gitweb
LU-9010 obdclass: use static initializer macros where possible
[fs/lustre-release.git] / lustre / include / lu_object.h
index 7817af9..24a8f7a 100644 (file)
@@ -335,12 +335,6 @@ struct lu_device_type {
          * Number of existing device type instances.
          */
        atomic_t                                ldt_device_nr;
-       /**
-        * Linkage into a global list of all device types.
-        *
-        * \see lu_device_types.
-        */
-       struct list_head                        ldt_linkage;
 };
 
 /**