Whamcloud - gitweb
LU-3105 osd: remove capa related stuff from servers
[fs/lustre-release.git] / lustre / include / obd_target.h
index 70ce24a..ed8ec98 100644 (file)
@@ -53,11 +53,6 @@ struct obd_device_target {
 struct filter_obd {
        /* NB this field MUST be first */
        struct obd_device_target         fo_obt;
-
-       /* capability related */
-       unsigned int                     fo_fl_oss_capa;
-       struct list_head                 fo_capa_keys;
-       struct hlist_head               *fo_capa_hash;
 };
 
 struct echo_obd {