1. 23 12月, 2015 1 次提交
    • S
      block: sx8.c: Replace timeval with ktime_t · 8182503d
      Shraddha Barke 提交于
      32-bit systems using 'struct timeval' will break in the year 2038,
      in order to avoid that replace the code with more appropriate types.
      This patch replaces timeval with 64 bit ktime_t which is y2038 safe.
      Since st->timestamp is only interested in seconds, directly using
      time64_t here. Function ktime_get_seconds is used since it uses
      monotonic instead of real time and thus will not cause overflow.
      Signed-off-by: NShraddha Barke <shraddha.6596@gmail.com>
      Signed-off-by: NJens Axboe <axboe@fb.com>
      8182503d
  2. 26 11月, 2015 38 次提交
  3. 25 11月, 2015 1 次提交