Whamcloud - gitweb
LU-6245 libcfs: remove typedefs in libcfs source code
[fs/lustre-release.git] / lustre / include / obd_target.h
index 70ce24a..fb2cb6e 100644 (file)
@@ -46,6 +46,7 @@ struct obd_device_target {
        struct lu_target       *obt_lut;
        __u64                   obt_mount_count;
        struct obd_job_stats    obt_jobstats;
+       struct nm_config_file   *obt_nodemap_config_file;
 };
 
 #define OBJ_SUBDIR_COUNT 32 /* set to zero for no subdirs */
@@ -53,11 +54,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 {