Re: [PATCH blktests] nvme-rc: Cleanup fcloop resources in reverse order

From: Daniel Wagner
Date: Tue Apr 18 2023 - 12:17:56 EST


On Tue, Apr 18, 2023 at 02:32:52PM +0200, Daniel Wagner wrote:
> We need to free the resources in the opposite order as we allocate them.
> The deleting the rport first will also free the other resources. When
> we try to release lport and tport they are already gone.

I found some more ordering issues with fcloop resources.