Whamcloud - gitweb
LU-1330 obdclass: add obd_target.h
[fs/lustre-release.git] / lustre / include / lustre_update.h
index d85b8a1..d7f8cab 100644 (file)
 #ifndef _LUSTRE_UPDATE_H
 #define _LUSTRE_UPDATE_H
 
-#define UPDATE_BUFFER_SIZE     4096
+#define UPDATE_BUFFER_SIZE     8192
 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 */
 };