X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fmdd%2Fmdd_object.c;h=0bfd37d030f8a79713bf5e15b1fdc4760f715ac7;hp=88d2e6717441ce0c30c13fdb2f7656591a0e99a2;hb=de8572645d287d17c409b99dabdf176822d91486;hpb=3a36f39a86d6b9984edbeb08dbd74bebc3b579ee diff --git a/lustre/mdd/mdd_object.c b/lustre/mdd/mdd_object.c index 88d2e67..0bfd37d 100644 --- a/lustre/mdd/mdd_object.c +++ b/lustre/mdd/mdd_object.c @@ -366,8 +366,6 @@ int mdd_object_create_internal(const struct lu_env *env, struct mdd_object *p, rc = mdo_create_obj(env, c, attr, hint, dof, handle); - LASSERT(ergo(rc == 0, mdd_object_exists(c))); - RETURN(rc); }