]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/staging/spectra/ffsport.c
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)
commit6e19d2db499b66aa7942bd36a7b55bb725379aae
treebcf7247d336e95b32419a1d5b8743fef48dbd77f
parent7b633f6624ce4ea6199a54c2cad6c9e84164f8f5
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