X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd_ost.h;h=12beb63b5bacb91e175d1453028d6bbe3a1aeb4a;hb=4a40e3ad61c4fcc72799db0e07dd73f55ab2a1a7;hp=cfc9e5d5e24ced79ba07388b270f30f17d1f2bb4;hpb=d2d56f38da01001c92a09afc6b52b5acbd9bc13c;p=fs%2Flustre-release.git diff --git a/lustre/include/obd_ost.h b/lustre/include/obd_ost.h index cfc9e5d..12beb63 100644 --- a/lustre/include/obd_ost.h +++ b/lustre/include/obd_ost.h @@ -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