[Libcg-devel] [PATCH] cgclear: missing indentation in -h output

2012-05-07 Thread Ivana Hutarova Varekova
added missing indentation to -h output of cgclear tool Signed-off-by: Ivana Hutarova Varekova --- src/tools/cgclear.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tools/cgclear.c b/src/tools/cgclear.c index 7580403..9cfc684 100644 --- a/src/tools/cgclear.c +++ b

Re: [Libcg-devel] [PATCH] cgclear: missing indentation in -h output

2012-05-07 Thread Dhaval Giani
On Mon, May 7, 2012 at 9:50 AM, Ivana Hutarova Varekova wrote: > added missing indentation to -h output of cgclear tool > > Signed-off-by: Ivana Hutarova Varekova Acked-by: Dhaval Giani > --- > >  src/tools/cgclear.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git

Re: [Libcg-devel] [PATCH] lscgroup: fix path name trimming

2012-05-07 Thread Dhaval Giani
Hi Ivana, On Sun, May 6, 2012 at 8:49 AM, Ivana Hutarova Varekova wrote: > lscgroup tool in display_controller_data procedure trimmed relative path > name too strictly, thus if the path have no leading "/" sign then the first > character was trimmed too. > Example: > $ lscgroup freezer:libvirt >

Re: [Libcg-devel] [PATCH 1/2] gcreate.1: -s option problem

2012-05-07 Thread Dhaval Giani
[Missed the list the last time] On Mon, May 7, 2012 at 5:50 PM, Dhaval Giani wrote: > On Sun, May 6, 2012 at 10:20 AM, Ivana Hutarova Varekova > wrote: >> cgcreate.1 man page have bogus -s description this patch fixes it >> > > I am not sure I understand this description. > >> Signed-off-by: Iva