X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_update.h;h=03a4b6333cd8737beb49b7f02326d65a98d1a1e9;hp=d79cd70d629e2f1cea882fb5c1235cc634f27939;hb=20dfdeda5ea3f679b68c4a9fb6924c90a0a79cac;hpb=4112a290df2763d53760ef6a96ee2453a41f1856 diff --git a/lustre/include/lustre_update.h b/lustre/include/lustre_update.h index d79cd70..03a4b63 100644 --- a/lustre/include/lustre_update.h +++ b/lustre/include/lustre_update.h @@ -31,12 +31,13 @@ #ifndef _LUSTRE_UPDATE_H #define _LUSTRE_UPDATE_H -#define UPDATE_BUFFER_SIZE 8192 +#define UPDATE_BUFFER_SIZE 4096 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 */ };