Re: [PATCH net-next] spectrum: Convert fib event handlers to use container_of on info arg

2017-10-20 Thread David Miller
From: David Ahern Date: Wed, 18 Oct 2017 15:01:38 -0700 > Use container_of to convert the generic fib_notifier_info into > the event specific data structure. > > Signed-off-by: David Ahern > Reviewed-by: Ido Schimmel Applied.

Re: [PATCH net-next] spectrum: Convert fib event handlers to use container_of on info arg

2017-10-19 Thread Jiri Pirko
Thu, Oct 19, 2017 at 12:01:38AM CEST, dsah...@gmail.com wrote: >Use container_of to convert the generic fib_notifier_info into >the event specific data structure. > >Signed-off-by: David Ahern >Reviewed-by: Ido Schimmel Acked-by: Jiri Pirko