From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: [PATCHSET cgroup/for-3.15] cgroup: cleanups after kernfs conversion Date: Tue, 28 Jan 2014 18:59:37 -0500 Message-ID: <1390953585-16554-1-git-send-email-tj@kernel.org> Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=yeCVxDcSOsgTE0w6kqDCFdo2BwuvMaVS2bcNkB4ZKrA=; b=gFfwE03M0Omq+DPp75dbRcidXB/oFAqRIhkgpAdb18ZiE+u0ijjMkYvsZxlX/E3u7p Lc251DMqven2N8AMCsAQaIeEiX9o+RXg1JoDhpm7AjUmGENWLxBzUJ2T+qJN08JsSMpU aoAWjLTWiGMMTeG4hAqufLAfkcs+XCkfU096r5WBwxQqw3S2x9pn3M9MG/OfkRx1W+TB FtL5wU3TJaIdInGp3axSja2l3hab2x1mdEA/MyQzjr9n7JqoQDHJw4icy3AGDA2Yh5S1 ohD+65aZojwK0qrw1Bq8bu+jBV/bKFSGV8mPOSPsACQBQUyMds9meBx0pNcfx5BDV2UQ GbLA== Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Hello, This patchset does a number of cleanups which are possible now that cgroup is converted to kernfs. This patchset contains the following eight patches. 0001-cgroup-warn-if-xattr-is-specified-with-sane_behavior.patch 0002-cgroup-relocate-cgroup_rm_cftypes.patch 0003-cgroup-remove-cftype_set.patch 0004-cgroup-simplify-dynamic-cftype-addition-and-removal.patch 0005-cgroup-make-cgroup-hold-onto-its-kernfs_node.patch 0006-cgroup-remove-cgroup-name.patch 0007-cgroup-rename-cgroupfs_root-number_of_cgroups-to-nr_.patch 0008-cgroup-remove-cgroupfs_root-refcnt.patch This patchset is on top of linus#master 54c0a4b46150 ("Merge branch 'akpm' (incoming from Andrew)") + [1] [PATCHSET cgroup/for-3.14-fixes] cgroup: four misc fixes + [2] [PATCH] arm, pm, vmpressure: add missing slab.h includes + [3] [PATCHSET v2 cgroup/for-3.15] cgroup: drop module support and cgroup_root_mutex + git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc.git review-kernfs-cgroup-prep + [4] [PATCHSET cgroup/for-3.15] cgroup: convert to kernfs and also available in the following git branch. git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-post-kernfs-conversion block/blk-cgroup.h | 12 - fs/kernfs/dir.c | 1 include/linux/cgroup.h | 91 ++++------ kernel/cgroup.c | 417 +++++++++++++++++-------------------------------- kernel/cpuset.c | 27 +-- kernel/sched/debug.c | 3 mm/memcontrol.c | 63 +------ 7 files changed, 228 insertions(+), 386 deletions(-) Thanks. -- tejun [L] http://lkml.kernel.org/g/<1389982317-22225-1-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> [1] http://lkml.kernel.org/g/<1390923125-4369-1-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> [2] http://lkml.kernel.org/g/<20140128221922.GC16060-9pTldWuhBndy/B6EtB590w@public.gmane.org> [3] http://lkml.kernel.org/g/<1390952641-15950-1-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> [4] http://lkml.kernel.org/g/<1390953285-16360-1-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>