Whamcloud - gitweb
b=23399 Deadlock probably due to statahead
[fs/lustre-release.git] / lustre / lmv / lmv_obd.c
index d9b2c8c..e5ec165 100644 (file)
@@ -3013,7 +3013,7 @@ int lmv_intent_getattr_async(struct obd_export *exp,
 }
 
 int lmv_revalidate_lock(struct obd_export *exp, struct lookup_intent *it,
-                        struct lu_fid *fid, __u32 *bits)
+                        struct lu_fid *fid)
 {
         struct obd_device       *obd = exp->exp_obd;
         struct lmv_obd          *lmv = &obd->u.lmv;
@@ -3029,7 +3029,7 @@ int lmv_revalidate_lock(struct obd_export *exp, struct lookup_intent *it,
         if (IS_ERR(tgt))
                 RETURN(PTR_ERR(tgt));
 
-        rc = md_revalidate_lock(tgt->ltd_exp, it, fid, bits);
+        rc = md_revalidate_lock(tgt->ltd_exp, it, fid);
         RETURN(rc);
 }