b=14149
a=15319
i=yong.fan
i=rahul.deshmukh
add OBD_CONNECT_FID support for liblustre connection.
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) {