On Fri, Apr 26, 2019 at 04:50:41PM +0200, Arnd Bergmann wrote:
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.
Applied.