Skip to content
Snippets Groups Projects
Commit eea39e21 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Fix code style.
parent c14cdf6e
No related branches found
No related tags found
No related merge requests found
......@@ -1247,8 +1247,9 @@ int mdt_close(struct mdt_thread_info *info)
ma->ma_need = MA_INODE | MA_LOV | MA_COOKIE;
repbody->eadatasize = 0;
repbody->aclsize = 0;
} else
} else {
rc = err_serious(rc);
}
med = &req->rq_export->exp_mdt_data;
spin_lock(&med->med_open_lock);
......
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