• K
    RDMA/nes: Convert timers to use timer_setup() · f0309de9
    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. A pointer from nesadapter back to
    nesdev was added.
    
    Cc: Faisal Latif <faisal.latif@intel.com>
    Cc: Doug Ledford <dledford@redhat.com>
    Cc: Sean Hefty <sean.hefty@intel.com>
    Cc: Hal Rosenstock <hal.rosenstock@gmail.com>
    Cc: linux-rdma@vger.kernel.org
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Signed-off-by: NKees Cook <keescook@chromium.org>
    Signed-off-by: NDoug Ledford <dledford@redhat.com>
    f0309de9
nes_verbs.c 118.0 KB