Re: [PATCH] netns: fix get_net_ns_by_fd(int pid) typo

2016-11-18 Thread David Miller
From: Stefan Hajnoczi Date: Fri, 18 Nov 2016 09:41:46 + > The argument to get_net_ns_by_fd() is a /proc/$PID/ns/net file > descriptor not a pid. Fix the typo. > > Signed-off-by: Stefan Hajnoczi Applied.

Re: [PATCH] netns: fix get_net_ns_by_fd(int pid) typo

2016-11-18 Thread Rami Rosen
On 18 November 2016 at 11:41, Stefan Hajnoczi wrote: > The argument to get_net_ns_by_fd() is a /proc/$PID/ns/net file > descriptor not a pid. Fix the typo. > Acked-by: Rami Rosen

[PATCH] netns: fix get_net_ns_by_fd(int pid) typo

2016-11-18 Thread Stefan Hajnoczi
The argument to get_net_ns_by_fd() is a /proc/$PID/ns/net file descriptor not a pid. Fix the typo. Signed-off-by: Stefan Hajnoczi --- include/net/net_namespace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/net_namespace.h