crypto/block: drop qcrypto_block_open() n_threads argument
authorStefan Hajnoczi <stefanha@redhat.com>
Mon, 27 May 2024 15:58:51 +0000 (11:58 -0400)
committerKevin Wolf <kwolf@redhat.com>
Mon, 10 Jun 2024 09:05:43 +0000 (11:05 +0200)
commit3ab0f063e58ed9224237d69c4211ca83335164c4
tree6e7e3b0d2cdeba83abaa080a7e34195f90c04939
parentaf206c284e4c1b17cdfb0f17e898b288c0fc1751
crypto/block: drop qcrypto_block_open() n_threads argument

The n_threads argument is no longer used since the previous commit.
Remove it.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-ID: <20240527155851.892885-3-stefanha@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Acked-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/crypto.c
block/qcow.c
block/qcow2.c
crypto/block-luks.c
crypto/block-qcow.c
crypto/block.c
crypto/blockpriv.h
include/crypto/block.h
tests/unit/test-crypto-block.c