X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosc%2Fosc_internal.h;h=f598fcec0e785fdc0e6047af0c2d31b4372b3f6d;hp=9928169e7b132c8baf82fb95486a86ea78460e76;hb=8d1508dc531ae166346c3084604855069f30c117;hpb=c0f12e41fbe766785ea0f6bb2db3a4801a4f3ff5 diff --git a/lustre/osc/osc_internal.h b/lustre/osc/osc_internal.h index 9928169..f598fce 100644 --- a/lustre/osc/osc_internal.h +++ b/lustre/osc/osc_internal.h @@ -154,14 +154,13 @@ int osc_oap_interrupted(const struct lu_env *env, struct osc_async_page *oap); void loi_list_maint(struct client_obd *cli, struct lov_oinfo *loi); void osc_check_rpcs(const struct lu_env *env, struct client_obd *cli); -int osc_queue_async_io(const struct lu_env *env, - struct obd_export *exp, struct lov_stripe_md *lsm, - struct lov_oinfo *loi, void *cookie, - int cmd, obd_off off, int count, - obd_flag brw_flags, enum async_flags async_flags); -int osc_teardown_async_page(struct obd_export *exp, - struct lov_stripe_md *lsm, - struct lov_oinfo *loi, void *cookie); +int osc_queue_async_io(const struct lu_env *env, struct obd_export *exp, + struct lov_stripe_md *lsm, struct lov_oinfo *loi, + struct osc_async_page *oap, int cmd, obd_off off, + int count, obd_flag brw_flags, + enum async_flags async_flags); +int osc_teardown_async_page(struct obd_export *exp, struct lov_stripe_md *lsm, + struct lov_oinfo *loi, struct osc_async_page *oap); int osc_process_config_base(struct obd_device *obd, struct lustre_cfg *cfg); int osc_set_async_flags_base(struct client_obd *cli, struct lov_oinfo *loi, struct osc_async_page *oap,