[PATCH V15 4/5] nvmet: add Command Set Identifier support

Chaitanya Kulkarni Chaitanya.Kulkarni at wdc.com
Thu Jun 10 19:35:16 PDT 2021


On 6/10/21 19:14, Wu Bo wrote:
>>   	case NVME_ID_CNS_CTRL:
>> -		return nvmet_execute_identify_ctrl(req);
>> +		switch (req->cmd->identify.csi) {
>> +		case NVME_CSI_NVM:
>> +			return nvmet_execute_identify_ctrl(req);
>> +		}
> Is it missing to add the default branch here ?
>

maybe for the consistency





More information about the Linux-nvme mailing list