Re: [PATCHSET] cgroup: unexport locking interface

2013-04-07 Thread Tejun Heo
On Sun, Apr 07, 2013 at 01:38:21PM +0800, Li Zefan wrote: > On 2013/4/5 7:36, Tejun Heo wrote: > > Hello, > > > > Most cgroup_mutex abuses outside cgroup core proper have been > > eradicated but there's still one use remaining and locking interface > > is still exported. This patchset updates the

Re: [PATCHSET] cgroup: unexport locking interface

2013-04-06 Thread Li Zefan
On 2013/4/5 7:36, Tejun Heo wrote: > Hello, > > Most cgroup_mutex abuses outside cgroup core proper have been > eradicated but there's still one use remaining and locking interface > is still exported. This patchset updates the last user and unexports > the locking interface and is composed of th

[PATCHSET] cgroup: unexport locking interface

2013-04-04 Thread Tejun Heo
Hello, Most cgroup_mutex abuses outside cgroup core proper have been eradicated but there's still one use remaining and locking interface is still exported. This patchset updates the last user and unexports the locking interface and is composed of the following five patches. 0001-cgroup-cpuset-