From: huanghua Date: Thu, 7 Sep 2006 07:24:43 +0000 (+0000) Subject: eliminate unused mds obd reference. X-Git-Tag: v1_8_0_110~486^2~996 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=08f0bd3c6a699aa76468746efd66ad59bebb34e8;p=fs%2Flustre-release.git eliminate unused mds obd reference. --- diff --git a/lustre/obdclass/obd_mount.c b/lustre/obdclass/obd_mount.c index 20dd8c6..7779095 100644 --- 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) {