commit | 2bccef39c0d94b9ee428ae777c59cef1fced786c | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Oct 17 20:33:01 2017 -0700 |
committer | Kees Cook <keescook@chromium.org> | Mon Nov 06 12:49:57 2017 -0800 |
tree | 83a1cf9ca1d307290c9e7c45cab12b27a22e4ed2 | |
parent | c6f15047dd8681f1a6387b044188ef028306c4bf [diff] |
drbd: 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: Philipp Reisner <philipp.reisner@linbit.com> Cc: Lars Ellenberg <lars.ellenberg@linbit.com> Cc: drbd-dev@lists.linbit.com Signed-off-by: Kees Cook <keescook@chromium.org>