Whamcloud - gitweb
LU-1757 brw: Fix short i/o and enable for mdc
[fs/lustre-release.git] / lustre / llite / llite_lib.c
index 72b77fc..89d438a 100644 (file)
@@ -220,7 +220,8 @@ static int client_common_fill_super(struct super_block *sb, char *md, char *dt,
                                  OBD_CONNECT_BULK_MBITS | OBD_CONNECT_CKSUM |
                                  OBD_CONNECT_SUBTREE |
                                  OBD_CONNECT_MULTIMODRPCS |
-                                 OBD_CONNECT_GRANT_PARAM | OBD_CONNECT_FLAGS2;
+                                 OBD_CONNECT_GRANT_PARAM |
+                                 OBD_CONNECT_SHORTIO | OBD_CONNECT_FLAGS2;
 
        data->ocd_connect_flags2 = 0;