On Sunday 06 December 2015 22:04:06 Deepa Dinamani wrote:
The current file system macros and time functions are not y2038 safe because of the use of struct timespec.
Change these to use timespec64.
The change will be globally enabled along with all the other 64-bit time file system changes.
Signed-off-by: Deepa Dinamani deepa.kernel@gmail.com
Looks good.
Arnd