Re: [PATCH v3 09/18] nvmet-fcloop: prevent double port deletion
From: Christoph Hellwig
Date: Fri Mar 21 2025 - 02:15:08 EST
On Tue, Mar 18, 2025 at 11:40:03AM +0100, Daniel Wagner wrote:
> };
>
> +#define PORT_DELETE 0
The way I read the code this should be PORT_DELETED?
Also maybe add a little comment, once we grow more flags that really
helps.