[PATCH] nvmet-rdma: Suppress a lockdep complaint
Bart Van Assche
bvanassche at acm.org
Mon May 8 22:39:44 PDT 2023
On 5/8/23 16:34, Bart Van Assche wrote:
> Although the code that waits for controllers that are being teared down
> in nvmet_rdma_queue_connect() is fine, lockdep complains about that code.
> Lockdep complains because all release_work instances are assigned the
> same static lockdep key. Avoid that lockdep complains by using dynamic
> lockdep keys instead of static lockdep keys.
Please ignore this patch - I will post a new version tomorrow.
Bart.
More information about the Linux-nvme
mailing list