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:
3a4daa3
)
eliminate unused mds obd reference.
author
huanghua
<huanghua>
Thu, 7 Sep 2006 07:24:43 +0000
(07:24 +0000)
committer
huanghua
<huanghua>
Thu, 7 Sep 2006 07:24:43 +0000
(07:24 +0000)
lustre/obdclass/obd_mount.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/obd_mount.c
b/lustre/obdclass/obd_mount.c
index
20dd8c6
..
7779095
100644
(file)
--- a/
lustre/obdclass/obd_mount.c
+++ b/
lustre/obdclass/obd_mount.c
@@
-994,7
+994,6
@@
static int server_start_targets(struct super_block *sb, struct vfsmount *mnt)
}
}
}
-#endif
/* If we're an MDT, make sure the global MDS is running */
if (lsi->lsi_ldd->ldd_flags & LDD_F_SV_TYPE_MDT) {
/* make sure (what will be called) the MDS is started */
@@
-1011,6
+1010,7
@@
static int server_start_targets(struct super_block *sb, struct vfsmount *mnt)
}
}
}
+#endif
/* If we're an OST, make sure the global OSS is running */
if (lsi->lsi_ldd->ldd_flags & LDD_F_SV_TYPE_OST) {