From 8660e9631dfcb86287a9c22ca013fa6c483019eb Mon Sep 17 00:00:00 2001 From: adilger <adilger> Date: Sat, 6 Oct 2007 02:29:20 +0000 Subject: [PATCH] Branch b1_6 Use a 64-bit variable for RPC XID in case of async write error. b=2066 i=liuy i=nathan --- 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 c4ff02a0e2..8baea5e28d 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -46,7 +46,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