From bfd2eb087986b8abdf7f630d6d0968785de2fd07 Mon Sep 17 00:00:00 2001 From: lincent Date: Tue, 6 Dec 2005 10:45:20 +0000 Subject: [PATCH] there is no lmd in fill_super --- 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 7a35abe..dc0fdca 100644 --- a/lustre/obdclass/obd_mount.c +++ b/lustre/obdclass/obd_mount.c @@ -1154,7 +1154,7 @@ static int server_fill_super(struct super_block *sb) /*Only start MGS/MGC on servers, no other services, even not *actually mount the filesystem. */ - if (lmd->lmd_flags & LMD_FLG_NOSVC) + if (lsi->lsi_lmd->lmd_flags & LMD_FLG_NOSVC) RETURN(0); /* Set up all obd devices for service */ -- 1.8.3.1