[Devel] Re: [PATCH 2/3] cgroup : make the mount options parsing more accurate

2010-09-07 Thread Paul Menage
On Sat, Sep 4, 2010 at 12:31 AM, Daniel Lezcano daniel.lezc...@free.fr wrote:
 The actual code does not detect 'all' with one subsystem name, which
 is IMHO mutually exclusive and when an option is specified even if it
 is not a subsystem name, we have to specify the 'all' option with the
 other option.
 eg:
  not detected : mount -t cgroup -o all,freezer cgroup /cgroup
  not flexible : mount -t cgroup -o noprefix,all cgroup /cgroup

 This patch fix this and makes the code a bit more clear by replacing
 'else if' indentation by 'continue' blocks in the loop.

Can you fix this description to be clearer about the new behaviour of the code?

Reviewed-by: Paul Menage men...@google.com
___
Containers mailing list
contain...@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers

___
Devel mailing list
Devel@openvz.org
https://openvz.org/mailman/listinfo/devel


[Devel] Re: [PATCH 2/3] cgroup : make the mount options parsing more accurate

2010-09-07 Thread Daniel Lezcano
On 09/07/2010 09:38 PM, Paul Menage wrote:
 On Sat, Sep 4, 2010 at 12:31 AM, Daniel Lezcanodaniel.lezc...@free.fr  
 wrote:

 The actual code does not detect 'all' with one subsystem name, which
 is IMHO mutually exclusive and when an option is specified even if it
 is not a subsystem name, we have to specify the 'all' option with the
 other option.
 eg:
   not detected : mount -t cgroup -o all,freezer cgroup /cgroup
   not flexible : mount -t cgroup -o noprefix,all cgroup /cgroup

 This patch fix this and makes the code a bit more clear by replacing
 'else if' indentation by 'continue' blocks in the loop.
  
 Can you fix this description to be clearer about the new behaviour of the 
 code?

 Reviewed-by: Paul Menagemen...@google.com


Sure no problem.

Thanks for the review.
   -- Daniel
___
Containers mailing list
contain...@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers

___
Devel mailing list
Devel@openvz.org
https://openvz.org/mailman/listinfo/devel


[Devel] Re: [PATCH 2/3] cgroup : make the mount options parsing more accurate

2010-08-03 Thread Li Zefan
Cc: Andrew

Serge E. Hallyn wrote:
 The actual code does not detect 'all' with one subsystem name, which
 is IMHO mutually exclusive and when an option is specified even if it
 is not a subsystem name, we have to specify the 'all' option with the
 other option.
 eg:
  not detected : mount -t cgroup -o all,freezer cgroup /cgroup
  not flexible : mount -t cgroup -o noprefix,all cgroup /cgroup
 
 This patch fix this and makes the code a bit more clear by replacing
 'else if' indentation by 'continue' blocks in the loop.
 
 Signed-off-by: Daniel Lezcano daniel.lezc...@free.fr
 Signed-off-by: Serge E. Hallyn serge.hal...@canonical.com
 Cc: Eric W. Biederman ebied...@xmission.com
 Cc: Paul Menage men...@google.com

Reviewed-by: Li Zefan l...@cn.fujitsu.com
___
Containers mailing list
contain...@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers

___
Devel mailing list
Devel@openvz.org
https://openvz.org/mailman/listinfo/devel