From: Arnd Bergmann Date: Tue, 20 May 2008 17:15:32 +0000 (+0200) Subject: ans-lcd: BKL pushdown X-Git-Tag: v2.6.27-rc1~1103^2~81 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b82829943c470e59cfd3ee84d8ed6ae5d5e1a55b;p=~emulex%2Finfiniband.git ans-lcd: BKL pushdown Signed-off-by: Arnd Bergmann --- diff --git a/drivers/macintosh/ans-lcd.c b/drivers/macintosh/ans-lcd.c index 73c50bc0209..6a822189325 100644 --- a/drivers/macintosh/ans-lcd.c +++ b/drivers/macintosh/ans-lcd.c @@ -3,6 +3,7 @@ */ #include +#include #include #include #include @@ -119,6 +120,7 @@ anslcd_ioctl( struct inode * inode, struct file * file, static int anslcd_open( struct inode * inode, struct file * file ) { + cycle_kernel_lock(); return 0; }