commit | 87c1d2d373c2dfc9993f09c3cfd69cf2c3347b20 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Oct 17 21:10:19 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Nov 21 15:46:44 2017 -0800 |
tree | 833d43300400de30c1eb041d3faf3e19e5fd9415 | |
parent | bd1a7b44768a6a926a95e80c98b6be5f461f76e0 [diff] |
lightnvm: 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: Matias Bjorling <mb@lightnvm.io> Cc: linux-block@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org>