commit | fe5a50a10c7b3bf38e47045eadc6b87a5c157f44 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Sep 15 01:27:23 2010 +0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Oct 21 17:44:05 2010 +1030 |
tree | 1b7a3161d13cbe2630b94d4030e817c8067a62b0 | |
parent | 299fb61c08c2fcd1bb6d3a4e87e53dc368475416 [diff] |
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>