Re: [PATCH -next] netns: remove duplicated include from net_namespace.c

2015-04-16 Thread David Miller
From: weiyj...@163.com Date: Thu, 16 Apr 2015 21:17:35 +0800 > From: Wei Yongjun > > Remove duplicated include. > > Signed-off-by: Wei Yongjun Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo inf

Re: [PATCH -next] netns: remove duplicated include from net_namespace.c

2015-04-16 Thread Nicolas Dichtel
Le 16/04/2015 15:17, weiyj...@163.com a écrit : From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun Acked-by: Nicolas Dichtel -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH -next] netns: remove duplicated include from net_namespace.c

2015-04-16 Thread weiyj_lk
From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- net/core/net_namespace.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c index e5e96b0..9c43cf6 100644 --- a/net/core/net_namespace.c +++ b/net/core/net_namespace.