From: Jonathan Corbet Date: Sun, 18 May 2008 21:32:43 +0000 (-0600) Subject: Add a bunch of cycle_kernel_lock() calls X-Git-Tag: v2.6.27-rc1~1103^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b9857eee17797541b845782ade4d7a9d50f843;p=pandora-kernel.git Add a bunch of cycle_kernel_lock() calls All of the open() functions which don't need the BKL on their face may still depend on its acquisition to serialize opens against driver initialization. So make those functions acquire then release the BKL to be on the safe side. Signed-off-by: Jonathan Corbet --- Reading git-diff-tree failed