X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Flmv%2Flmv_intent.c;h=8cac14e9f8a8a3e57f239d96d7113e86fae47592;hp=d3caecb026991086e49604cc10783b3e82a28471;hb=b58a81067237f398f735f85b2211431cfc37493a;hpb=82297027514416985a5557cfe154e174014804ba diff --git a/lustre/lmv/lmv_intent.c b/lustre/lmv/lmv_intent.c index d3caecb..8cac14e 100644 --- a/lustre/lmv/lmv_intent.c +++ b/lustre/lmv/lmv_intent.c @@ -62,7 +62,7 @@ int lmv_intent_remote(struct obd_export *exp, void *lmm, int lmmsize, struct lookup_intent *it, int flags, struct ptlrpc_request **reqp, ldlm_blocking_callback cb_blocking, - int extra_lock_flags) + __u64 extra_lock_flags) { struct obd_device *obd = exp->exp_obd; struct lmv_obd *lmv = &obd->u.lmv; @@ -158,7 +158,7 @@ int lmv_intent_open(struct obd_export *exp, struct md_op_data *op_data, void *lmm, int lmmsize, struct lookup_intent *it, int flags, struct ptlrpc_request **reqp, ldlm_blocking_callback cb_blocking, - int extra_lock_flags) + __u64 extra_lock_flags) { struct obd_device *obd = exp->exp_obd; struct lu_fid rpid = op_data->op_fid1; @@ -343,7 +343,7 @@ int lmv_intent_lookup(struct obd_export *exp, struct md_op_data *op_data, void *lmm, int lmmsize, struct lookup_intent *it, int flags, struct ptlrpc_request **reqp, ldlm_blocking_callback cb_blocking, - int extra_lock_flags) + __u64 extra_lock_flags) { struct obd_device *obd = exp->exp_obd; struct lu_fid rpid = op_data->op_fid1; @@ -507,7 +507,7 @@ int lmv_intent_lock(struct obd_export *exp, struct md_op_data *op_data, void *lmm, int lmmsize, struct lookup_intent *it, int flags, struct ptlrpc_request **reqp, ldlm_blocking_callback cb_blocking, - int extra_lock_flags) + __u64 extra_lock_flags) { struct obd_device *obd = exp->exp_obd; int rc; @@ -540,7 +540,7 @@ int lmv_intent_lock(struct obd_export *exp, struct md_op_data *op_data, int lmv_revalidate_slaves(struct obd_export *exp, struct ptlrpc_request **reqp, const struct lu_fid *mid, struct lookup_intent *oit, int master_valid, ldlm_blocking_callback cb_blocking, - int extra_lock_flags) + __u64 extra_lock_flags) { struct obd_device *obd = exp->exp_obd; struct lmv_obd *lmv = &obd->u.lmv;