From: Christoph Hellwig Date: Tue, 14 Sep 2010 23:27:23 +0000 (+0200) Subject: virtio_blk: remove BKL leftovers X-Git-Tag: v2.6.37-rc1~219^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe5a50a10c7b3bf38e47045eadc6b87a5c157f44;p=pandora-kernel.git virtio_blk: remove BKL leftovers Remove the BKL usage added in "block: push down BKL into .locked_ioctl". Virtio-blk doesn't use the BKL for anything, and doesn't implement any ioctl command by itself, but only uses the generic scsi_cmd_ioctl which is fine without the BKL. Signed-off-by: Christoph Hellwig Signed-off-by: Rusty Russell --- Reading git-diff-tree failed