]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: spectra: don't use locked_ioctl, fix build
authorJavier Martinez Canillas <martinez.javier@gmail.com>
Sat, 10 Jul 2010 04:07:35 +0000 (00:07 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Aug 2010 01:15:34 +0000 (18:15 -0700)
commitb4c4b758e8e0b966fc73b170e97cbe844f6675d9
treebcf7247d336e95b32419a1d5b8743fef48dbd77f
parentdda7c797bdb6f24661e70322105dc44edb3ea4a1
Staging: spectra: don't use locked_ioctl, fix build

Last patch has a style problem. Sending the correct one. Sorry for the noise

Since BKL was removed from block ioctl handling code, locked_ioctl doesn't
exist anymore.

Using ioctl instead and doing the locking manually.

Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/spectra/ffsport.c