Whamcloud - gitweb
LU-2211 quota: cap how long a thread can wait for quota
[fs/lustre-release.git] / lustre / quota / qsd_request.c
index 485e2ce..9697bbe 100644 (file)
@@ -325,7 +325,7 @@ int qsd_intent_lock(const struct lu_env *env, struct obd_export *exp,
 
        RETURN(rc);
 out:
-       completion(env, qqi, qbody, NULL, &qti->qti_lockh, NULL, arg, rc);
+       completion(env, qqi, qbody, NULL, &qti->qti_lockh, lvb, arg, rc);
        return rc;
 }