Whamcloud - gitweb
LU-4704 test: enable acl 974 and 2561 series test
[fs/lustre-release.git] / lustre / lfsck / lfsck_layout.c
index d658c60..45247f2 100644 (file)
@@ -1049,7 +1049,8 @@ lfsck_layout_lastid_store(const struct lu_env *env,
                lastid = cpu_to_le64(lls->lls_lastid);
                rc = dt_declare_record_write(env, lls->lls_lastid_obj,
                                             lfsck_buf_get(env, &lastid,
-                                            sizeof(lastid)), pos, th);
+                                                          sizeof(lastid)),
+                                            pos, th);
                if (rc != 0)
                        goto stop;