Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be03176
)
Branch HEAD
author
huanghua
<huanghua>
Tue, 19 Aug 2008 03:09:56 +0000
(
03:09
+0000)
committer
huanghua
<huanghua>
Tue, 19 Aug 2008 03:09:56 +0000
(
03:09
+0000)
b=16616
i=nathan.rutman
i=nikita.danilov
more error cleanup in server_start_targets()
lustre/obdclass/obd_mount.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/obd_mount.c
b/lustre/obdclass/obd_mount.c
index
ccc0a0a
..
f38a888
100644
(file)
--- a/
lustre/obdclass/obd_mount.c
+++ b/
lustre/obdclass/obd_mount.c
@@
-1132,6
+1132,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);
}