Skip to content
Snippets Groups Projects
Commit 1bbbff0c authored by huanghua's avatar huanghua
Browse files

Branch HEAD

b=14149
a=15319
i=yong.fan
i=rahul.deshmukh

add OBD_CONNECT_FID support for liblustre connection.
parent c4ec46c0
No related branches found
No related tags found
No related merge requests found
......@@ -2108,7 +2108,8 @@ llu_fsswop_mount(const char *source,
obd->obd_upcall.onu_upcall = ll_ocd_update;
ocd.ocd_connect_flags = OBD_CONNECT_SRVLOCK | OBD_CONNECT_REQPORTAL |
OBD_CONNECT_VERSION | OBD_CONNECT_TRUNCLOCK;
OBD_CONNECT_VERSION | OBD_CONNECT_TRUNCLOCK |
OBD_CONNECT_FID;
ocd.ocd_version = LUSTRE_VERSION_CODE;
err = obd_connect(NULL, &dt_conn, obd, &sbi->ll_sb_uuid, &ocd);
if (err) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment