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)
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>

No differences found