• K
    um: net: Convert timers to use timer_setup() · 02ab4fca
    Kees Cook 提交于
    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: NKees Cook <keescook@chromium.org>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    02ab4fca
net_kern.c 19.9 KB