X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fobd_class.h;h=c296b1d0103fd9f9186e89f3970cff3315c4ade1;hp=c7ef51a66038168892f94c01e5825f9a5f7e2aaa;hb=32becabb43b6e8f21c030c23c01c3f02e351eaea;hpb=e6ebfa0a2f0af01073907dde4e936960ed9280e5 diff --git a/lustre/include/obd_class.h b/lustre/include/obd_class.h index c7ef51a..c296b1d 100644 --- a/lustre/include/obd_class.h +++ b/lustre/include/obd_class.h @@ -1953,12 +1953,12 @@ static inline int md_clear_open_replay_data(struct obd_export *exp, } static inline int md_set_lock_data(struct obd_export *exp, - __u64 *lockh, void *data) + __u64 *lockh, void *data, __u32 *bits) { ENTRY; EXP_CHECK_MD_OP(exp, set_lock_data); EXP_MD_COUNTER_INCREMENT(exp, set_lock_data); - RETURN(MDP(exp->exp_obd, set_lock_data)(exp, lockh, data)); + RETURN(MDP(exp->exp_obd, set_lock_data)(exp, lockh, data, bits)); } static inline int md_cancel_unused(struct obd_export *exp,