aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorGravatar Deepa Dinamani <deepa.kernel@gmail.com> 2017-08-02 19:51:15 -0700
committerGravatar Al Viro <viro@zeniv.linux.org.uk> 2017-09-03 20:24:30 -0400
commitaaed2dd8a31359e5767ee099ecbb078d55be4d29 (patch)
treef04a2e3db658c12cabae3dfd4449d8199dc0fc19 /kernel
parentipc: shm: Make shmid_kernel timestamps y2038 safe (diff)
downloadlinux-aaed2dd8a31359e5767ee099ecbb078d55be4d29.tar.gz
linux-aaed2dd8a31359e5767ee099ecbb078d55be4d29.tar.bz2
linux-aaed2dd8a31359e5767ee099ecbb078d55be4d29.zip
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>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions