From: tappro Date: Fri, 12 May 2006 10:20:07 +0000 (+0000) Subject: fix test stuff X-Git-Tag: v1_8_0_110~486^2~1829 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0a5bfdad634c22df259f91e3184e86ed089e2e43;p=fs%2Flustre-release.git fix test stuff --- diff --git a/lustre/cmm/mdc_device.c b/lustre/cmm/mdc_device.c index 1df4ba4..308fa91 100644 --- a/lustre/cmm/mdc_device.c +++ b/lustre/cmm/mdc_device.c @@ -112,8 +112,7 @@ static int mdc_add_obd(struct mdc_device *mc, struct lustre_cfg *cfg) } else { struct lustre_handle conn = {0, }; struct obd_connect_data conn_data = { - .ocd_connect_flags = OBD_CONNECT_SEQRNG - | OBD_CONNECT_VERSION, + .ocd_connect_flags = OBD_CONNECT_VERSION, .ocd_version = LUSTRE_VERSION_CODE };