From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: [GIT PULL] cgroup changes for v3.6-rc1 Date: Tue, 24 Jul 2012 17:15:10 -0700 Message-ID: <20120725001510.GB5304@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Linus Torvalds Cc: cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: containers.vger.kernel.org Hello, Linus. Please pull from the following branch to receive cgroup changes for v3.6-rc1. git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-3.6 Nothing too interesting. A minor bug fix and some cleanups. Thanks. Daniel Wagner (2): cgroup: Remove populate() documentation cgroup: Update remount documentation Li Zefan (1): cgroup: remove hierarchy_mutex Tejun Heo (1): cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inode Documentation/cgroups/cgroups.txt | 27 +++++--------------- include/linux/cgroup.h | 17 +----------- kernel/cgroup.c | 47 +------------------------------------ 3 files changed, 10 insertions(+), 81 deletions(-) -- tejun