kernel/cgroup.c: make 2 functions static
authorAdrian Bunk <bunk@kernel.org>
Thu, 7 Feb 2008 08:13:46 +0000 (00:13 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 7 Feb 2008 16:42:18 +0000 (08:42 -0800)
commite9685a03c8c3162cfa9ff02d254ea5c848f9facb
tree9267e6f5bbccfb4af41a9efeb170e9d29a838d4f
parent8dc4f3e17dd5f7e59ce568155ccd8974af879315
kernel/cgroup.c: make 2 functions static

cgroup_is_releasable() and notify_on_release() should be static,
not global inline.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Paul Menage <menage@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/cgroup.c