Skip to content
Snippets Groups Projects
Commit 07d01055 authored by deshmukh's avatar deshmukh
Browse files

Fixes related to mount failure path cleanup

b=17752
i=umka
i=shadow
parent df725538
No related branches found
No related tags found
No related merge requests found
......@@ -1111,6 +1111,7 @@ static int server_start_targets(struct super_block *sb, struct vfsmount *mnt)
if (rc) {
CERROR("failed to start server %s: %d\n",
lsi->lsi_ldd->ldd_svname, rc);
server_deregister_mount(lsi->lsi_ldd->ldd_svname);
GOTO(out_mgc, 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