From: Jan Blunck Date: Wed, 24 Feb 2010 12:25:34 +0000 (+0100) Subject: BKL: Remove BKL from cgroup X-Git-Tag: v2.6.37-rc1~174^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38d018dba3f725b969f196550d92a6ec1c092428;p=pandora-kernel.git 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 Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed