From: Linus Torvalds Date: Tue, 23 Jul 2013 22:48:35 +0000 (-0700) Subject: Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... X-Git-Tag: v3.11-rc3~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2468d32f5a57298b732826af84cdc39745d179c;p=profile%2Fivi%2Fkernel-x86-ivi.git Merge branch 'for-3.11-fixes' of git://git./linux/kernel/git/tj/cgroup Pull cgroup changes from Tejun Heo: "This contains two patches, both of which aren't fixes per-se but I think it'd be better to fast-track them. One removes bcache_subsys_id which was added without proper review through the block tree. Fortunately, bcache cgroup code is unconditionally disabled, so this was never exposed to userland. The cgroup subsys_id is removed. Kent will remove the affected (disabled) code through bcache branch. The other simplifies task_group_path_from_hierarchy(). The function doesn't currently have in-kernel users but there are external code and development going on dependent on the function and making the function available for 3.11 would make things go smoother" * 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() cgroup: remove bcache_subsys_id which got added stealthily --- c2468d32f5a57298b732826af84cdc39745d179c