From 08f0bd3c6a699aa76468746efd66ad59bebb34e8 Mon Sep 17 00:00:00 2001 From: huanghua Date: Thu, 7 Sep 2006 07:24:43 +0000 Subject: [PATCH] eliminate unused mds obd reference. --- lustre/obdclass/obd_mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 1.8.3.1