]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit331a9ec90b5bb1706c3a895f65d9b153941cd935
tree1b7a3161d13cbe2630b94d4030e817c8067a62b0
parent07e88887f39ae9e17ee79377b96563a08eca7c74
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