Re: [PATCHSET] cgroup: reorganize cgroup source files

2016-12-27 Thread Tejun Heo
On Tue, Dec 20, 2016 at 04:08:19PM -0500, Tejun Heo wrote: > cgroup source files are getting a bit too unwieldy. Let's reorganize > them. > > * Move cgroup files in kernel to kernel/cgroup. > > * Split cgroup.c into multiple files. > > The only functional change this patchset causes is loss of

Re: [PATCHSET] cgroup: reorganize cgroup source files

2016-12-25 Thread Zefan Li
On 2016/12/21 5:08, Tejun Heo wrote: > cgroup source files are getting a bit too unwieldy. Let's reorganize > them. > > * Move cgroup files in kernel to kernel/cgroup. > > * Split cgroup.c into multiple files. > > The only functional change this patchset causes is loss of a > WARN_ON(); otherwi

[PATCHSET] cgroup: reorganize cgroup source files

2016-12-20 Thread Tejun Heo
cgroup source files are getting a bit too unwieldy. Let's reorganize them. * Move cgroup files in kernel to kernel/cgroup. * Split cgroup.c into multiple files. The only functional change this patchset causes is loss of a WARN_ON(); otherwise, everything remains identical. This patchset contai