BKL: Remove BKL from cgroup
authorJan Blunck <jblunck@infradead.org>
Wed, 24 Feb 2010 12:25:34 +0000 (13:25 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Oct 2010 19:10:42 +0000 (21:10 +0200)
commit38d018dba3f725b969f196550d92a6ec1c092428
tree3699b1b32aa5b6f42e323690299ba60f1b32b981
parentefdffb54034a6fc96bc7fafa33ca2a5503113eee
BKL: Remove BKL from cgroup

The BKL is only used in remount_fs and get_sb that are both protected by
the superblocks s_umount rw_semaphore. Therefore it is safe to remove the
BKL entirely.

Signed-off-by: Jan Blunck <jblunck@infradead.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
kernel/cgroup.c