Whamcloud - gitweb
move handling CATALOGS file at osc layer and forbid access to llog
[fs/lustre-release.git] / lustre / ptlrpc / llog_server.c
index fd88361..b81b32d 100644 (file)
@@ -606,7 +606,7 @@ static int llog_catinfo_deletions(struct obd_device *obd, char *buf,
                 GOTO(release_ctxt, rc = -ENOMEM);
 
         mutex_down(&obd->obd_olg.olg_cat_processing);
-        rc = llog_get_cat_list(obd, obd, name, 0, count, idarray);
+        rc = llog_get_cat_list(obd, name, 0, count, idarray);
         if (rc)
                 GOTO(out_free, rc);