Re: [PATCH net-next] rtnetlink: use the new rtnl_get_event() interface

2017-05-31 Thread David Miller
From: Vladislav Yasevich Date: Tue, 30 May 2017 10:07:02 -0400 > Small clean-up to rtmsg_ifinfo() to use the rtnl_get_event() > interface instead of using 'internal' values directly. > > Signed-off-by: Vladislav Yasevich Applied, thanks Vlad.

Re: [PATCH net-next] rtnetlink: use the new rtnl_get_event() interface

2017-05-30 Thread David Ahern
On 5/30/17 8:07 AM, Vladislav Yasevich wrote: > Small clean-up to rtmsg_ifinfo() to use the rtnl_get_event() > interface instead of using 'internal' values directly. > > Signed-off-by: Vladislav Yasevich > --- > net/core/rtnetlink.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Ack

[PATCH net-next] rtnetlink: use the new rtnl_get_event() interface

2017-05-30 Thread Vladislav Yasevich
Small clean-up to rtmsg_ifinfo() to use the rtnl_get_event() interface instead of using 'internal' values directly. Signed-off-by: Vladislav Yasevich --- net/core/rtnetlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c index 9da