Skip to content
Snippets Groups Projects
Commit e008b79b authored by Pravin Shelar's avatar Pravin Shelar
Browse files

b=17740

	pass NULL to bypass capa while destroying orphan lov object.
parent e768adb2
No related branches found
No related tags found
No related merge requests found
......@@ -604,7 +604,7 @@ int mdd_lovobj_unlink(const struct lu_env *env, struct mdd_device *mdd,
CDEBUG(D_INFO, "destroying OSS object %d/%d\n",
(int)oa->o_id, (int)oa->o_gr);
rc = obd_destroy(lov_exp, oa, lsm, oti, NULL, BYPASS_CAPA);
rc = obd_destroy(lov_exp, oa, lsm, oti, NULL, NULL);
obd_free_memmd(lov_exp, &lsm);
RETURN(rc);
......
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