Re: [lxc-devel] [PATCH] lxc-ls: remove unused argument + small fixes

2016-01-19 Thread Serge Hallyn
Quoting Christian Brauner (christianvanbrau...@gmail.com): > - remove unused argument from ls_get() > - Fix ls_has_all_groups() but leave the inefficient basic algorithm untouched > for now. (Will be fixed in a dedicated commit.) > - insert missing ; > > Signed-off-by: Christian Brauner

Re: [lxc-devel] [PATCH] lxc-ls: remove unused argument + small fixes

2016-01-19 Thread Christian Brauner
On Tue, Jan 19, 2016 at 09:02:00PM +, Serge Hallyn wrote: > Quoting Christian Brauner (christianvanbrau...@gmail.com): > > - remove unused argument from ls_get() > > - Fix ls_has_all_groups() but leave the inefficient basic algorithm > > untouched > > for now. (Will be fixed in a dedicated

[lxc-devel] [PATCH] lxc-ls: remove unused argument + small fixes

2016-01-19 Thread Christian Brauner
- remove unused argument from ls_get() - Fix ls_has_all_groups() but leave the inefficient basic algorithm untouched for now. (Will be fixed in a dedicated commit.) - insert missing ; Signed-off-by: Christian Brauner --- src/lxc/lxc_ls.c | 23