]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cgroup: relocate cgroup_[try]get/put()
authorTejun Heo <tj@kernel.org>
Thu, 15 Oct 2015 20:41:50 +0000 (16:41 -0400)
committerTejun Heo <tj@kernel.org>
Thu, 15 Oct 2015 20:41:50 +0000 (16:41 -0400)
commit052c3f3a0b03651d94050d917ebc1df46a31c2f0
treeb27c394febdb8b51735934e1e4f41a1911667165
parentad2ed2b35b76f01a876230a3a632efbc81d3fcd6
cgroup: relocate cgroup_[try]get/put()

Relocate cgroup_get(), cgroup_tryget() and cgroup_put() upwards.  This
is pure code reorganization to prepare for future changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup.c