Skip to content
Snippets Groups Projects
Commit 8660e963 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_6

Use a 64-bit variable for RPC XID in case of async write error.
b=2066
i=liuy
i=nathan
parent fb2f3e0f
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment