Whamcloud - gitweb
LU-13344 ptlrpc: change request timeouts to s32
[fs/lustre-release.git] / lustre / include / lustre_osc.h
index 9a0fd6a..6601a19 100644 (file)
@@ -533,7 +533,7 @@ struct osc_brw_async_args {
        int                      aa_requested_nob;
        int                      aa_nio_count;
        u32                      aa_page_count;
-       int                      aa_resends;
+       s32                      aa_resends;
        struct brw_page         **aa_ppga;
        struct client_obd       *aa_cli;
        struct list_head         aa_oaps;