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

From: Christoph Hellwig
Date: Sun Oct 14 2018 - 11:48:03 EST


> + *p++ = IDENTIFY(lp && (tp->flags & ESP_TGT_DISCONNECT), lun);

I think lp should always be non-NULL here.