linux/drivers/block/aoe
Kees Cook 5ea22086ed block/aoe: discover_timer: 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.

This refactors the discover_timer to remove the needless locking and
state machine used for synchronizing timer death. Using del_timer_sync()
will already do the right thing.

Cc: Jens Axboe <axboe@kernel.dk>
Cc: "Ed L. Cashin" <ed.cashin@acm.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Kees Cook <keescook@chromium.org>
2017-11-06 12:50:09 -08:00
..
Makefile
aoe.h
aoeblk.c block: don't set bounce limit in blk_init_queue 2017-06-27 12:13:45 -06:00
aoechr.c
aoecmd.c block: switch bios to blk_status_t 2017-06-09 09:27:32 -06:00
aoedev.c block: switch bios to blk_status_t 2017-06-09 09:27:32 -06:00
aoemain.c block/aoe: discover_timer: Convert timers to use timer_setup() 2017-11-06 12:50:09 -08:00
aoenet.c