Whamcloud - gitweb
LU-2912 mdd: move fid2path from MDD to MDT
[fs/lustre-release.git] / lustre / mdt / mdt_internal.h
index 5878ef2..446c7c9 100644 (file)
@@ -468,9 +468,10 @@ struct mdt_thread_info {
         struct mdt_ioepoch        *mti_ioepoch;
         __u64                      mti_replayepoch;
 
-        loff_t                     mti_off;
-        struct lu_buf              mti_buf;
-        struct lustre_capa_key     mti_capa_key;
+       loff_t                     mti_off;
+       struct lu_buf              mti_buf;
+       struct lu_buf              mti_big_buf;
+       struct lustre_capa_key     mti_capa_key;
 
         /* Ops object filename */
         struct lu_name             mti_name;