From: Vladimir Saveliev Date: Thu, 30 Sep 2010 12:09:24 +0000 (+0400) Subject: b=23003 change the type of obd_time to __s64 X-Git-Tag: 2.0.53.0~25 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e2a9852d2a4119fbe2043b03f4ba9dd9ae0f0a01;p=fs%2Flustre-release.git b=23003 change the type of obd_time to __s64 i=andreas.dilger i=vitaly.fertman --- diff --git a/lustre/include/lustre/lustre_idl.h b/lustre/include/lustre/lustre_idl.h index fae824e..dc91a28 100644 --- a/lustre/include/lustre/lustre_idl.h +++ b/lustre/include/lustre/lustre_idl.h @@ -174,7 +174,7 @@ typedef __u32 mdsno_t; typedef __u64 seqno_t; typedef __u64 obd_id; typedef __u64 obd_seq; -typedef __u64 obd_time; +typedef __s64 obd_time; typedef __u64 obd_size; typedef __u64 obd_off; typedef __u64 obd_blocks;