From 65092a6ff39fb6a1bd08af43b9faa57d41dc6c46 Mon Sep 17 00:00:00 2001 From: adilger <adilger> Date: Mon, 26 May 2008 19:52:11 +0000 Subject: [PATCH] Branch HEAD Use 64-bit XID field for async commit errors. b=2066 i=emoly.liu i=nathan.rutman --- lustre/include/obd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 710ee2e45b..fd2a42b230 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -52,7 +52,7 @@ struct loi_oap_pages { struct osc_async_rc { int ar_rc; int ar_force_sync; - int ar_min_xid; + __u64 ar_min_xid; }; struct lov_oinfo { /* per-stripe data structure */ -- GitLab