X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fobd_mount.c;fp=lustre%2Fobdclass%2Fobd_mount.c;h=0c68d2fd37d9daa568960f504b9602e269aef48d;hb=56203e4ba0a64789e42ea45946e8c51f1db351fb;hp=d9122c5d84d34e47e2b308c01fdcce105a04281d;hpb=0f90d3212fdce50c2806d27c66e9761d1b2714d4;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/obd_mount.c b/lustre/obdclass/obd_mount.c index d9122c5..0c68d2f 100644 --- a/lustre/obdclass/obd_mount.c +++ b/lustre/obdclass/obd_mount.c @@ -249,7 +249,7 @@ int lustre_start_mgc(struct super_block *sb) struct lnet_process_id id; while ((rc = LNetGetId(i++, &id)) != -ENOENT) { - if (LNET_NETTYP(LNET_NIDNET(id.nid)) == LOLND) + if (id.nid == LNET_NID_LO_0) continue; nid = id.nid; i++;