Skip to content
Snippets Groups Projects
Commit 108bcf4a authored by huanghua's avatar huanghua
Browse files

Branch HEAD

b=16505
i=yong.fan
i=yury.umanets

correctly handling error case if child object does not exist
parent 30ac162f
No related branches found
No related tags found
No related merge requests found
...@@ -952,6 +952,7 @@ relock: ...@@ -952,6 +952,7 @@ relock:
LU_OBJECT_DEBUG(D_WARNING, info->mti_env, LU_OBJECT_DEBUG(D_WARNING, info->mti_env,
&child->mot_obj.mo_lu, &child->mot_obj.mo_lu,
"Object doesn't exist!\n"); "Object doesn't exist!\n");
GOTO(out_child, rc = -ESTALE);
} }
ma->ma_valid = 0; ma->ma_valid = 0;
......
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