Whamcloud - gitweb
landing smfs.
[fs/lustre-release.git] / lustre / ptlrpc / llog_net.c
index 0eb8d41..9e6ae48 100644 (file)
@@ -71,7 +71,7 @@ int llog_origin_connect(struct llog_ctxt *ctxt, int count,
         lgr->lgr_hdr.lrh_len = lgr->lgr_tail.lrt_len = sizeof(*lgr);
         lgr->lgr_hdr.lrh_type = LLOG_GEN_REC;
         lgr->lgr_gen = ctxt->loc_gen;
-        rc = llog_add(ctxt, &lgr->lgr_hdr, NULL, NULL, 1);
+        rc = llog_add(ctxt, &lgr->lgr_hdr, NULL, NULL, 1, NULL);
         OBD_FREE(lgr, sizeof(*lgr));
         if (rc != 1)
                 RETURN(rc);