Whamcloud - gitweb
LU-1267 lfsck: enhance API for MDT-OST consistency
[fs/lustre-release.git] / lustre / target / tgt_internal.h
index cff6b41..2164cda 100644 (file)
@@ -95,8 +95,8 @@ struct tx_arg {
 struct thandle_exec_args {
        struct thandle          *ta_handle;
        struct dt_device        *ta_dev;
-       int                      ta_err;
        struct tx_arg            ta_args[TX_MAX_OPS];
+       int                      ta_err;
        int                      ta_argno;   /* used args */
 };