From: Jonathan Corbet Date: Fri, 20 Jun 2008 15:12:01 +0000 (-0600) Subject: Call fasync() functions without the BKL X-Git-Tag: v2.6.27-rc1~1103^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a238b790d5f99c7832f9b73ac8847025815b85f7;p=pandora-kernel.git Call fasync() functions without the BKL lock_kernel() calls have been pushed down into code which needs it, so there is no need to take the BKL at this level anymore. This work inspired and aided by Andi Kleen's unlocked_fasync() patches. Acked-by: Andi Kleen Signed-off-by: Jonathan Corbet --- Reading git-diff-tree failed