From: Arnd Bergmann Date: Thu, 16 Sep 2010 13:35:54 +0000 (+0200) Subject: BKL: Remove BKL from afs X-Git-Tag: v2.6.37-rc1~174^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77f2fe036cd51300c80d1aca76bcf23a09977f13;p=pandora-kernel.git BKL: Remove BKL from afs The BKL is only used in put_super and fill_super, which are both protected by the superblocks s_umount rw_semaphore. Therefore it is safe to remove the BKL entirely. Signed-off-by: Arnd Bergmann Cc: linux-afs@lists.infradead.org Cc: David Howells --- Reading git-diff-tree failed