On Fri 13-05-11 15:17:19, Michal Hocko wrote: Argh, last minute changes are never good. I just rebased the series and missed that the following hunk is missing:
diff --git a/src/api.c b/src/api.c index f2cc3fb..d06d14f 100644 --- a/src/api.c +++ b/src/api.c @@ -1412,7 +1412,9 @@ int cgroup_create_cgroup(struct cgroup *cgroup, int ignore_ownership) if (!error) { error = cg_chmod_recursive(cgroup, cgroup->control_dperm, - cgroup->control_fperm); + cgroup->control_dperm != -1U, + cgroup->control_fperm, + cgroup->control_fperm != -1U); } } -- Michal Hocko SUSE Labs SUSE LINUX s.r.o. Lihovarska 1060/12 190 00 Praha 9 Czech Republic ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel