commit | 0f5258cd91e9d78a1ee30696314bec3c33321a93 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Fri Nov 18 09:41:46 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 18 14:01:58 2016 -0500 |
tree | 8ea1d4574b80bf97542a49098519a277f7ec2885 | |
parent | 87305c4cd261664a12cff16740d0c40065bbd07f [diff] |
netns: fix get_net_ns_by_fd(int pid) typo 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 <stefanha@redhat.com> Acked-by: Rami Rosen <roszenrami@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>