commit | c884f871fb0ef0af0485d270215ba7f7debf38ad | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Jun 18 16:16:26 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jun 28 21:07:54 2018 +0900 |
tree | b50c53aebe8ecac10b8e16333b4960b3d95dfb4b | |
parent | fb7f1bf8d05e4f339450f3f74bd91c72ce980748 [diff] |
tty: use 64-bit timstamp The automated VFS conversion to timespec64 has left one caller of the deprecated get_seconds() function in the tty driver, this cleans it up to call ktime_get_real_seconds() instead, fixing the possible overflow. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>