X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_import.h;h=1b44d32393139dd087517c80603bffe2aaa0a30f;hb=refs%2Fchanges%2F77%2F24977%2F14;hp=cccbed52739272790855242f7f4b06130d845ac1;hpb=4ce3219eb8e6a07c5c37e4b425b29195488005c3;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_import.h b/lustre/include/lustre_import.h index cccbed5..1b44d32 100644 --- a/lustre/include/lustre_import.h +++ b/lustre/include/lustre_import.h @@ -75,7 +75,7 @@ struct ptlrpc_at_array { struct list_head *paa_reqs_array; /** array to hold requests */ __u32 paa_size; /** the size of array */ __u32 paa_count; /** the total count of reqs */ - time_t paa_deadline; /** the earliest deadline of reqs */ + time64_t paa_deadline; /** the earliest deadline of reqs */ __u32 *paa_reqs_count; /** the count of reqs in each entry */ };