Whamcloud - gitweb
LU-2955 tests: make replay-ost-single/8b SLOW for ZFS
[fs/lustre-release.git] / lustre / include / lustre_update.h
index d85b8a1..03a4b63 100644 (file)
@@ -36,7 +36,8 @@ struct update_request {
        struct dt_device        *ur_dt;
        cfs_list_t              ur_list;    /* attached itself to thandle */
        int                     ur_flags;
-       int                     ur_rc;
+       int                     ur_rc;      /* request result */
+       int                     ur_batchid; /* Current batch(trans) id */
        struct update_buf       *ur_buf;   /* Holding the update req */
 };