From: Arnd Bergmann Date: Wed, 7 Jul 2010 14:51:28 +0000 (+0200) Subject: block: remove BKL from partition ioctls X-Git-Tag: v2.6.36-rc1~288^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15392efb9d427482754f6d267262452878667499;p=pandora-kernel.git block: remove BKL from partition ioctls The blkpg_ioctl and blkdev_reread_part access fields of the bdev and gendisk structures, yet they always do so under the protection of bdev->bd_mutex, which seems sufficient. Signed-off-by: Arnd Bergmann cked-by: Christoph Hellwig Signed-off-by: Jens Axboe --- Reading git-diff-tree failed