From: Tejun Heo Date: Tue, 13 May 2014 16:19:22 +0000 (-0400) Subject: cgroup: collapse cgroup_create() into croup_mkdir() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~81^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3bfd983ca94cf1393accc11e90123c83909babb;p=pandora-kernel.git cgroup: collapse cgroup_create() into croup_mkdir() cgroup_mkdir() is the sole user of cgroup_create(). Let's collapse the latter into the former. This will help simplifying locking. While at it, remove now stale comment about inode locking. This patch doesn't introduce any functional changes. Signed-off-by: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed