]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
UBUNTU: hio -- replace use of do_gettimeofday()
authorSeth Forshee <seth.forshee@canonical.com>
Wed, 6 Feb 2019 20:12:43 +0000 (14:12 -0600)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 14 Dec 2020 07:30:37 +0000 (08:30 +0100)
commit1edd632daa655a8d91a87db33cf915d7017fe55a
treeb08b08a091ef8baf1a2e8a5c20b621fb531ba618
parenteea050743839939cf427607f860d7f1705cc5479
UBUNTU: hio -- replace use of do_gettimeofday()

This function was removed in 5.0. In all cases only the seconds
component of the time is used, and we don't have to worry about
backward compatibility, so just replace it with
ktime_get_real_seconds();

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
ubuntu/hio/hio.c