X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd_class.h;h=f3f9c4d8dc25cbcfd79efe3657a88a2c2f977af1;hb=fd908da9;hp=8915c2a85f9bc164e9dfe37e5f544d07455ed3bb;hpb=5e72bf1720374198302a1f82d6e2022423e8cb39;p=fs%2Flustre-release.git diff --git a/lustre/include/obd_class.h b/lustre/include/obd_class.h index 8915c2a..f3f9c4d 100644 --- a/lustre/include/obd_class.h +++ b/lustre/include/obd_class.h @@ -1869,15 +1869,14 @@ static inline int md_unlink(struct obd_export *exp, struct md_op_data *op_data, static inline int md_get_lustre_md(struct obd_export *exp, struct ptlrpc_request *req, - int offset, struct obd_export *dt_exp, + struct obd_export *dt_exp, struct obd_export *md_exp, struct lustre_md *md) { ENTRY; EXP_CHECK_MD_OP(exp, get_lustre_md); EXP_MD_COUNTER_INCREMENT(exp, get_lustre_md); - RETURN(MDP(exp->exp_obd, get_lustre_md)(exp, req, offset, - dt_exp, md_exp, md)); + RETURN(MDP(exp->exp_obd, get_lustre_md)(exp, req, dt_exp, md_exp, md)); } static inline int md_free_lustre_md(struct obd_export *exp,