From: adilger Date: Sat, 6 Oct 2007 02:29:20 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~1135 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=8660e9631dfcb86287a9c22ca013fa6c483019eb;p=fs%2Flustre-release.git Branch b1_6 Use a 64-bit variable for RPC XID in case of async write error. b=2066 i=liuy i=nathan --- diff --git a/lustre/include/obd.h b/lustre/include/obd.h index c4ff02a..8baea5e2 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 */