Re: [PATCH v2 3/6] esp_scsi: Grant disconnect privilege for untagged commands

From: Finn Thain
Date: Sun Oct 14 2018 - 19:04:48 EST


On Mon, 15 Oct 2018, Michael Schmitz wrote:

>
> Do we really need to make that distinction?
>

esp_reconnect() dereferences lp, so !lp has to inhibit disconnection.

At least, that's my reading. I can't see any other reason for the lp
conditional.

--