X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fllog_server.c;h=b81b32d048a77be191c9bdc31291a9813f675827;hb=2e27af9b3bd15f1e9ffaa397375253ebf60c7d8a;hp=fd8836187db25c777844f82623f7203e6a1b346f;hpb=2c74bfcb7a06addb42e79c1f561afb0acfaaa7d0;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/llog_server.c b/lustre/ptlrpc/llog_server.c index fd88361..b81b32d 100644 --- a/lustre/ptlrpc/llog_server.c +++ b/lustre/ptlrpc/llog_server.c @@ -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);