Re: [PATCH V9 3/9] nvmet: add NVM command set identifier support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The Command Set Identifier has no "NVM" in its name.


> +static inline bool nvmet_cc_css_check(u8 cc_css)
> +{
> +	switch (cc_css <<= NVME_CC_CSS_SHIFT) {
> +	case NVME_CC_CSS_NVM:
> +		return true;
> +	default:
> +		return false;
> +	}
> +}

This hunk looks misplaced, it isn't very useful on its own, but
should go together with the multiple command set support.



[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux