From 0a5bfdad634c22df259f91e3184e86ed089e2e43 Mon Sep 17 00:00:00 2001 From: tappro Date: Fri, 12 May 2006 10:20:07 +0000 Subject: [PATCH] fix test stuff --- lustre/cmm/mdc_device.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }; -- 1.8.3.1