commit | aaed2dd8a31359e5767ee099ecbb078d55be4d29 | [log] [tgz] |
---|---|---|
author | Deepa Dinamani <deepa.kernel@gmail.com> | Wed Aug 02 19:51:15 2017 -0700 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Sep 03 20:24:30 2017 -0400 |
tree | f04a2e3db658c12cabae3dfd4449d8199dc0fc19 | |
parent | 7ff2819e8dd5b528887dfbe4ff395f5d2142edff [diff] |
utimes: Make utimes y2038 safe struct timespec is not y2038 safe on 32 bit machines. Replace timespec with y2038 safe struct timespec64. Note that the patch only changes the internals without modifying the syscall interfaces. This will be part of a separate series. Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>