Whamcloud - gitweb
LU-9816 kernel: kernel upgrade RHEL7.4 [3.10.0-693.el7]
[fs/lustre-release.git] / lustre / target / tgt_internal.h
index ea19560..ec32234 100644 (file)
@@ -35,7 +35,6 @@
 #define _TG_INTERNAL_H
 
 #include <lustre_net.h>
-#include <lustre/lustre_idl.h>
 #include <lu_target.h>
 #include <lustre_export.h>
 #include <lustre_fid.h>
@@ -85,6 +84,7 @@ struct tgt_thread_info {
                        struct dt_object           *tti_dt_object;
                        struct l_wait_info tti_wait_info;
                } update;
+               struct obd_statfs osfs; /* for obd_statfs() in OFD/MDT */
        } tti_u;
        struct lfsck_req_local tti_lrl;
        struct dt_insert_rec tti_rec;