From: lincent Date: Tue, 6 Dec 2005 10:45:20 +0000 (+0000) Subject: there is no lmd in fill_super X-Git-Tag: v1_8_0_110~486^4~111 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=bfd2eb087986b8abdf7f630d6d0968785de2fd07;p=fs%2Flustre-release.git there is no lmd in fill_super --- 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 */