commit | 6f22b6649edf11334b558185c209bb7ba9a9ee28 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Apr 26 16:50:41 2019 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Apr 26 11:18:38 2019 -0400 |
tree | 959521d6ce7d05c5a93c195830a4b32a0474773b | |
parent | 6d46d2934aeab54bd560e68bf5c73f016f9317a2 [diff] |
fs: use timespec64 in relatime_need_update For some reason, the conversion of the VFS code away from 'struct timespec' left one function behind that still uses it, for absolutely no reason. Using timespec64 will make the atime update logic work correctly past y2038. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>