Ying Xue
>> ; netdev@vger.kernel.org; tipc-
>> discuss...@lists.sourceforge.net; linux-ker...@vger.kernel.org
>> Subject: Re: [PATCH] net: tipc: Convert timers to use timer_setup()
>>
>> On Tue, Oct 24, 2017 at 11:44 AM, Jon Maloy
>> wrote:
>> > NAK. It doe
urceforge.net; linux-ker...@vger.kernel.org
> Subject: Re: [PATCH] net: tipc: Convert timers to use timer_setup()
>
> On Tue, Oct 24, 2017 at 11:44 AM, Jon Maloy
> wrote:
> > NAK. It doesn't sound like a good idea to send this to net. Especially since
> one of these timers has already
On Tue, Oct 24, 2017 at 11:44 AM, Jon Maloy wrote:
> NAK. It doesn't sound like a good idea to send this to net. Especially since
> one of these timers has already been refactored in net-next.
Hi! I'm not sure what you mean about the one timer issue. I don't see
any use of timer_setup() in net/t
d S. Miller
> Cc: Jon Maloy ; Ying Xue
> ; netdev@vger.kernel.org; tipc-
> discuss...@lists.sourceforge.net; linux-ker...@vger.kernel.org
> Subject: [PATCH] net: tipc: Convert timers to use timer_setup()
>
> In preparation for unconditionally passing the struct timer_list pointer to
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: Jon Maloy
Cc: Ying Xue
Cc: "David S. Miller"
Cc: netdev@vger.kernel.org
Cc: tipc-discuss...@lists.sou