Searched hist:"0 e0cc9df86bc56e5d55a72e0adf530d6f7fe8628" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/block/aoe/ |
H A D | aoedev.c | diff 0e0cc9df86bc56e5d55a72e0adf530d6f7fe8628 Thu Oct 05 18:13:54 CDT 2017 Kees Cook <keescook@chromium.org> block/aoe: 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.
Cc: Jens Axboe <axboe@kernel.dk> Cc: "Ed L. Cashin" <ed.cashin@acm.org> Cc: linux-block@vger.kernel.org Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | aoecmd.c | diff 0e0cc9df86bc56e5d55a72e0adf530d6f7fe8628 Thu Oct 05 18:13:54 CDT 2017 Kees Cook <keescook@chromium.org> block/aoe: 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.
Cc: Jens Axboe <axboe@kernel.dk> Cc: "Ed L. Cashin" <ed.cashin@acm.org> Cc: linux-block@vger.kernel.org Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|