linux/drivers/nvme/host
Chaitanya Kulkarni a87835e9ec nvme-core: use u16 type for directives
In nvme_configure_directives() when calculating number of streams use
u16 instead of unsigned type in the min_t() since target variable
ctrl->nr_streams is of type u16.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2020-07-08 16:16:15 +02:00
..
core.c nvme-core: use u16 type for directives 2020-07-08 16:16:15 +02:00
fabrics.c nvme-fabrics: Use scnprintf() for avoiding potential buffer overflow 2020-03-26 04:51:55 +09:00
fabrics.h nvme: Remove ADMIN_ONLY state 2019-10-14 23:21:44 +09:00
fault_inject.c
fc.c nvme: use blk_mq_complete_request_remote to avoid an indirect function call 2020-06-24 09:15:57 -06:00
fc.h nvme-fc: Update header and host for common definitions for LS handling 2020-05-09 16:18:33 -06:00
hwmon.c nvme: hwmon: switch to use <linux/units.h> helpers 2020-01-31 10:30:40 -08:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
lightnvm.c nvme: introduce namespace features flag 2020-05-27 07:12:38 +02:00
Makefile nvme: Add hardware monitoring support 2019-11-12 01:57:35 +09:00
multipath.c Linux 5.8-rc4 2020-07-08 08:02:13 -06:00
nvme.h Linux 5.8-rc4 2020-07-08 08:02:13 -06:00
pci.c Linux 5.8-rc4 2020-07-08 08:02:13 -06:00
rdma.c Linux 5.8-rc4 2020-07-08 08:02:13 -06:00
tcp.c Linux 5.8-rc4 2020-07-08 08:02:13 -06:00
trace.c
trace.h