Re: [PATCH net-next v2 4/6] rtnetlink: add helper to dump ifalias

2017-09-23 Thread David Ahern
On 9/22/17 12:10 AM, Florian Westphal wrote: > ifalias is currently protected by rtnl mutex, add assertion > as a reminder. > > Signed-off-by: Florian Westphal > --- > net/core/rtnetlink.c | 13 +++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > > diff --git a/net/core/rtnetlink

[PATCH net-next v2 4/6] rtnetlink: add helper to dump ifalias

2017-09-21 Thread Florian Westphal
ifalias is currently protected by rtnl mutex, add assertion as a reminder. Signed-off-by: Florian Westphal --- net/core/rtnetlink.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c index ad3f27da37a8..42ff582a010e 1006