diff options
author | Kees Cook <keescook@chromium.org> | 2017-10-17 03:29:40 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-18 14:40:27 +0300 |
commit | 02ab4fcaf0b50434529cb263082ff95b5158c8ca (patch) | |
tree | f648badcc161fcdeb37fcc32bd97eeafe32eb102 /virt/lib | |
parent | 7d85b2c8d1ca09040e16a3cd7f019d6a9ddd22d7 (diff) | |
download | linux-02ab4fcaf0b50434529cb263082ff95b5158c8ca.tar.xz |
um: net: Convert timers to use timer_setup()
In preparation for unconditionally passing the struct timer_list pointer to
all timer callbacks, switch to using the new timer_setup() and from_timer()
to pass the timer pointer explicitly. (Note that this timer is actually
disabled.)
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jarod Wilson <jarod@redhat.com>
Cc: user-mode-linux-devel@lists.sourceforge.net
Cc: user-mode-linux-user@lists.sourceforge.net
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'virt/lib')
0 files changed, 0 insertions, 0 deletions