Whamcloud - gitweb
LU-3308 mdc: allow setting readdir RPC size parameter
[fs/lustre-release.git] / lustre / ptlrpc / import.c
index 1a4bf69..e559c6c 100644 (file)
@@ -1108,7 +1108,7 @@ static int ptlrpc_connect_interpret(const struct lu_env *env,
 
        /* Import flags should be updated before waking import at FULL state */
        rc = ptlrpc_connect_set_flags(imp, ocd, old_connect_flags, exp,
-                                aa->pcaa_initial_connect);
+                                     aa->pcaa_initial_connect);
        class_export_put(exp);
        if (rc != 0)
                GOTO(out, rc);