X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fobd_mount.c;h=8fcd0ec6d853842770e1ebcf53258f3cc1c3e19d;hb=337b1d1bb301725b91380326985af52a5bede3a1;hp=3c7a51ffd38a11bc93b65d7893c3bec495196318;hpb=be237a523e1208888f8f7d10e2a88709ea823a74;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/obd_mount.c b/lustre/obdclass/obd_mount.c index 3c7a51ff..8fcd0ec 100644 --- a/lustre/obdclass/obd_mount.c +++ b/lustre/obdclass/obd_mount.c @@ -460,10 +460,6 @@ int lustre_start_mgc(struct super_block *sb) OBD_CONNECT_LVB_TYPE | OBD_CONNECT_BULK_MBITS | OBD_CONNECT_BARRIER; -#if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 0, 53, 0) - data->ocd_connect_flags |= OBD_CONNECT_MNE_SWAB; -#endif - if (lmd_is_client(lsi->lsi_lmd) && lsi->lsi_lmd->lmd_flags & LMD_FLG_NOIR) data->ocd_connect_flags &= ~OBD_CONNECT_IMP_RECOV;