From: Daniel Drake Date: Fri, 20 Oct 2006 13:56:01 +0000 (+0100) Subject: video1394: remove BKL contention X-Git-Tag: v2.6.20-rc1~34^2~412^2^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75dcf5dc5a0dc4e895944368780cc2fc40008a55;p=pandora-kernel.git video1394: remove BKL contention video1394 does not need to take the BKL. The data structures shared between file_operations and interrupts are already protected through context-specific spinlocks. The only other danger is video1394_release() being called during another operation, however this cannot happen because release is only ever invoked when the last thread has closed the fd. Signed-off-by: Daniel Drake Signed-off-by: Stefan Richter --- Reading git-diff-tree failed