Re: [lxc-devel] [PATCH] lxc_user_nic: remove duplicate code

2013-11-07 Thread Serge Hallyn
Quoting Qiang Huang (h.huangqi...@huawei.com): > It's a duplicate of util.h. > > Signed-off-by: Qiang Huang Acked-by: Serge E. Hallyn Yup, thanks. Stéphane had already mentioned it. I had put the setns bit in there while trying to figure out why SYS_setns was coming up undefined, and failed

[lxc-devel] [PATCH] lxc_user_nic: remove duplicate code

2013-11-07 Thread Qiang Huang
It's a duplicate of util.h. Signed-off-by: Qiang Huang --- src/lxc/lxc_user_nic.c | 20 1 file changed, 20 deletions(-) diff --git a/src/lxc/lxc_user_nic.c b/src/lxc/lxc_user_nic.c index dc35e55..e4f59fa 100644 --- a/src/lxc/lxc_user_nic.c +++ b/src/lxc/lxc_user_nic.c @@ -4