>
> clang probably does not detect that the same object is already locked as it
> does
> not track object referencies.
>
> Finish the incomplete and incorrect cleanup and only refer to the
> &vq->iotlb_lock
> capability (required by vhost_iova_to_vva).
>
> Fixes: 88c73b5434e6 ("vhost/crypto: fix thread safety check")
>
> Signed-off-by: David Marchand <[email protected]>Tested-by: Gowrishankar Muthukrishnan <[email protected]> Thanks, Gowrishankar

