From: Arnd Bergmann Date: Thu, 8 Jul 2010 08:18:46 +0000 (+0200) Subject: block: push down BKL into .locked_ioctl X-Git-Tag: v2.6.36-rc1~288^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a6cfeb6deca3a8fefd639d898b0d163c0b5d368;p=pandora-kernel.git block: push down BKL into .locked_ioctl 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 Acked-by: Christoph Hellwig Signed-off-by: Jens Axboe --- Reading git-diff-tree failed