X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fmdd%2Fmdd_object.c;h=7c37c2f2c162129ccc06c4531b62d274df829914;hp=d4c775093e6760d88b7c4467e3d6627adc8edbed;hb=680235c4af9e995a64630cb313f44c90f4c2c6e3;hpb=dfa1bd2a822ab91b6580e6efc6540f30e651cc8d diff --git a/lustre/mdd/mdd_object.c b/lustre/mdd/mdd_object.c index d4c7750..7c37c2f 100644 --- a/lustre/mdd/mdd_object.c +++ b/lustre/mdd/mdd_object.c @@ -2363,7 +2363,7 @@ static void mdd_version_set(const struct lu_env *env, struct md_object *obj, struct mdd_object *mdd_obj = md2mdd_obj(obj); LASSERT(mdd_object_exists(mdd_obj)); - return do_version_set(env, mdd_object_child(mdd_obj), version); + do_version_set(env, mdd_object_child(mdd_obj), version); } const struct md_object_operations mdd_obj_ops = {