From: Baolin Wang Date: Wed, 29 Jul 2015 12:18:31 +0000 (+0800) Subject: time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64() X-Git-Tag: omap-for-v4.3/fixes-rc1~131^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca308506062fc4a4ee8ca7ad2f71033c831c2fb;p=pandora-kernel.git time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64() The conversion between struct timespec and jiffies is not year 2038 safe on 32bit systems. Introduce timespec64_to_jiffies() and jiffies_to_timespec64() functions which use struct timespec64 to make it ready for 2038 issue. Cc: Prarit Bhargava Cc: Richard Cochran Cc: Ingo Molnar Cc: Thomas Gleixner Signed-off-by: Baolin Wang Signed-off-by: John Stultz --- Reading git-diff-tree failed