Whamcloud - gitweb
allow userland application to be know about about lost one of stripes.
[fs/lustre-release.git] / lustre / include / obd_ost.h
index cfc9e5d..12beb63 100644 (file)
@@ -18,7 +18,7 @@ struct osc_brw_async_args {
         int                aa_requested_nob;
         int                aa_nio_count;
         obd_count          aa_page_count;
-        int                aa_retries;
+        int                aa_resends;
         struct brw_page  **aa_ppga;
         struct client_obd *aa_cli;
         struct list_head   aa_oaps;
@@ -31,7 +31,7 @@ struct osc_async_args {
 struct osc_enqueue_args {
         struct obd_export       *oa_exp;
         struct obd_info         *oa_oi;
-        struct obd_enqueue_info *oa_ei;
+        struct ldlm_enqueue_info*oa_ei;
 };
 
 #endif