Re: [PATCH] Move cgroups destroy() callbacks to cgroup_diput()

2007-10-25 Thread Paul Jackson
Paul M wrote: > -LL=cgroup_mutex > +(cgroup_mutex held by caller) Thanks. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 - To unsubscribe from this list: send the line "uns

[PATCH] Move cgroups destroy() callbacks to cgroup_diput()

2007-10-25 Thread Paul Menage
Move cgroups destroy() callbacks to cgroup_diput() Move the calls to the cgroup subsystem destroy() methods from cgroup_rmdir() to cgroup_diput(). This allows control file reads and writes to access their subsystem state without having to be concerned with locking against cgroup destruction - th

[PATCH] Move cgroups destroy() callbacks to cgroup_diput()

2007-10-23 Thread Paul Menage
Move the calls to the cgroup subsystem destroy() methods from cgroup_rmdir() to cgroup_diput(). This allows control file reads and writes to access their subsystem state without having to be concerned with locking against cgroup destruction - the control file dentry will keep the cgroup and its sub