Re: [PATCH net-next 1/2] netns: define extack error msg for nsis cmds

2017-06-10 Thread David Miller
From: Nicolas Dichtel Date: Fri, 9 Jun 2017 14:41:56 +0200 > It helps the user to identify errors. > > CC: Jamal Hadi Salim > Signed-off-by: Nicolas Dichtel Applied, but please in the future always provide a proper "[PATCH 0/N] " header posting with a patch series. Thank you.

[PATCH net-next 1/2] netns: define extack error msg for nsis cmds

2017-06-09 Thread Nicolas Dichtel
It helps the user to identify errors. CC: Jamal Hadi Salim Signed-off-by: Nicolas Dichtel --- net/core/net_namespace.c | 42 +- 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c index 26bbfa