Whamcloud - gitweb
LU-1302 llog: add env to llog_process functions
[fs/lustre-release.git] / lustre / mgc / mgc_request.c
index d489bc6..a24e48a 100644 (file)
@@ -1651,7 +1651,8 @@ static int mgc_copy_llog(struct obd_device *obd, struct llog_ctxt *rctxt,
                 GOTO(out_closer, rc);
 
         /* Copy remote log */
-        rc = llog_process(remote_llh, mgc_copy_handler,(void *)local_llh, NULL);
+       rc = llog_process(NULL, remote_llh, mgc_copy_handler,
+                         (void *)local_llh, NULL);
 
 out_closer:
         rc2 = llog_close(remote_llh);