block: push down BKL into .locked_ioctl
authorArnd Bergmann <arnd@arndb.de>
Thu, 8 Jul 2010 08:18:46 +0000 (10:18 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Sat, 7 Aug 2010 16:25:00 +0000 (18:25 +0200)
As a preparation for the removal of the big kernel
lock in the block layer, this removes the BKL
from the common ioctl handling code, moving it
into every single driver still using it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

No differences found