virtio_blk: remove BKL leftovers
authorChristoph Hellwig <hch@lst.de>
Tue, 14 Sep 2010 23:27:23 +0000 (01:27 +0200)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 21 Oct 2010 07:14:05 +0000 (17:44 +1030)
commitfe5a50a10c7b3bf38e47045eadc6b87a5c157f44
tree1b7a3161d13cbe2630b94d4030e817c8067a62b0
parent299fb61c08c2fcd1bb6d3a4e87e53dc368475416
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 <hch@lst.de>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/block/virtio_blk.c