X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd_ost.h;h=1cbff28e1c9a2058fb62362076c70d338e2c064d;hb=2909caa4119427b5b3c6c5724cfd630a45e6218e;hp=23bbb044d2621abea864c71582e7244afc56b7fd;hpb=b0cd8cd9ffb2f067319d2069fe4652e987b59265;p=fs%2Flustre-release.git diff --git a/lustre/include/obd_ost.h b/lustre/include/obd_ost.h index 23bbb04..1cbff28 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; @@ -34,4 +34,8 @@ struct osc_enqueue_args { struct ldlm_enqueue_info*oa_ei; }; +int osc_extent_blocking_cb(struct ldlm_lock *lock, + struct ldlm_lock_desc *new, void *data, + int flag); + #endif