Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdad21e
)
fix test stuff
author
tappro
<tappro>
Fri, 12 May 2006 10:20:07 +0000
(10:20 +0000)
committer
tappro
<tappro>
Fri, 12 May 2006 10:20:07 +0000
(10:20 +0000)
lustre/cmm/mdc_device.c
patch
|
blob
|
history
diff --git
a/lustre/cmm/mdc_device.c
b/lustre/cmm/mdc_device.c
index
1df4ba4
..
308fa91
100644
(file)
--- 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
};