Skip to content
Snippets Groups Projects
Commit d919d6fd authored by Nikita Danilov's avatar Nikita Danilov
Browse files

filter_set_info_async(): fix a typo.

parent e5c35288
No related branches found
No related tags found
No related merge requests found
......@@ -4204,7 +4204,7 @@ static int filter_set_info_async(struct obd_export *exp, __u32 keylen,
llog_group_set_export(olg, exp);
ctxt = llog_group_get_ctxt(olg, LLOG_MDS_OST_REPL_CTXT);
LASSERTF(ctxt != NULL, "ctxt is null\n"),
LASSERTF(ctxt != NULL, "ctxt is null\n");
rc = llog_receptor_accept(ctxt, exp->exp_imp_reverse);
llog_ctxt_put(ctxt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment