Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Mon, 26 May 2008 19:52:11 +0000 (19:52 +0000)
committeradilger <adilger>
Mon, 26 May 2008 19:52:11 +0000 (19:52 +0000)
Use 64-bit XID field for async commit errors.
b=2066
i=emoly.liu
i=nathan.rutman

lustre/include/obd.h

index 710ee2e..fd2a42b 100644 (file)
@@ -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 */