X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdfilter%2Ffilter.c;h=4e634e47d9352b4f11aff696e75c6471250cde07;hp=6f036a69b42f51fcffd6c0edd5f31f8058dcc5bd;hb=2d617260aaa5f778ab8dcb006e2a827f4b8f8567;hpb=d14eabf637e32a541427e350d69d472adc76d261 diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 6f036a6..4e634e4 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -4274,7 +4274,7 @@ int filter_destroy(const struct lu_env *env, struct obd_export *exp, } fcc = &oa->o_lcookie; ctxt = llog_group_get_ctxt(olg, fcc->lgc_subsys + 1); - llog_cancel(ctxt, NULL, 1, fcc, 0); + llog_cancel(NULL, ctxt, NULL, 1, fcc, 0); llog_ctxt_put(ctxt); fcc = NULL; /* we didn't allocate fcc, don't free it */ }