1. 23 Dec, 2015 1 commit
  2. 22 Dec, 2015 1 commit
    • Shraddha Barke's avatar
      block: sx8.c: Replace timeval with ktime_t · 8182503d
      Shraddha Barke authored
      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: default avatarShraddha Barke <shraddha.6596@gmail.com>
      Signed-off-by: default avatarJens Axboe <axboe@fb.com>
      8182503d
  3. 25 Nov, 2015 38 commits