X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd_ost.h;h=81a320910c0e39eec9b1b09c0887f2c94dd0ab3f;hb=92f7ed4a92abf85b9b1cdfb0cae06e50a5f8319d;hp=b849ff0cb2463d0351e564dfc04ebeb235926404;hpb=fbf5870b9848929d352460f1f005b79c0b5ccc5a;p=fs%2Flustre-release.git diff --git a/lustre/include/obd_ost.h b/lustre/include/obd_ost.h index b849ff0..81a3209 100644 --- a/lustre/include/obd_ost.h +++ b/lustre/include/obd_ost.h @@ -54,9 +54,11 @@ struct osc_brw_async_args { struct brw_page **aa_ppga; struct client_obd *aa_cli; struct list_head aa_oaps; + struct obd_capa *aa_ocapa; struct cl_req *aa_clerq; }; +#define osc_grant_args osc_brw_async_args struct osc_async_args { struct obd_info *aa_oi; };