X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmdd%2Fmdd_orphans.c;h=3fa6b8bcc4dc111b242bf017303c5c4720de8e09;hb=acd639bf0de0c39419dff94fd6d338283a1ddb24;hp=de1500bbb7114dbfb3232411f11dfdff3123d63c;hpb=697dcf4e87f2dbebe57f3ccb9c0b0962b89cf1b4;p=fs%2Flustre-release.git diff --git a/lustre/mdd/mdd_orphans.c b/lustre/mdd/mdd_orphans.c index de1500b..3fa6b8bc 100644 --- a/lustre/mdd/mdd_orphans.c +++ b/lustre/mdd/mdd_orphans.c @@ -375,7 +375,7 @@ static int mdd_orphan_key_test_and_delete(const struct lu_env *env, if (mdo->mod_count == 0) { CDEBUG(D_HA, "Found orphan "DFID", delete it\n", PFID(lf)); rc = mdd_orphan_destroy(env, mdo, key); - if (rc) /* so replay-single.sh test_37 works */ + if (rc) /* below message checked in replay-single.sh test_37 */ CERROR("%s: error unlinking orphan "DFID": rc = %d\n", mdd2obd_dev(mdd)->obd_name, PFID(lf), rc); } else {