Skip to content
Snippets Groups Projects
Commit 16d2c7e9 authored by huanghua's avatar huanghua
Browse files

Branch HEAD

b=16616
i=nathan.rutman
i=nikita.danilov

more error cleanup in server_start_targets()
parent be031767
No related merge requests found
...@@ -1132,6 +1132,7 @@ static int server_start_targets(struct super_block *sb, struct vfsmount *mnt) ...@@ -1132,6 +1132,7 @@ static int server_start_targets(struct super_block *sb, struct vfsmount *mnt)
if (rc) { if (rc) {
CERROR("failed to start server %s: %d\n", CERROR("failed to start server %s: %d\n",
lsi->lsi_ldd->ldd_svname, rc); lsi->lsi_ldd->ldd_svname, rc);
server_deregister_mount(lsi->lsi_ldd->ldd_svname);
GOTO(out_mgc, rc); 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