linux/drivers/s390
Benjamin Block 79f9abd647 scsi: zfcp: Make the type for accessing request hashtable buckets size_t
The appropriate type for array indices is 'size_t' and the current
implementation in 'zfcp_reqlist.h' mixes 'int' and 'unsigned int' in
different places to access the hashtable buckets of our internal request
hash table.

To prevent any confusion, change all places to 'size_t'.

Link: https://lore.kernel.org/r/64afe93f6263c6b07815937826cd7d5fc4f1a674.1677000450.git.bblock@linux.ibm.com
Signed-off-by: Benjamin Block <bblock@linux.ibm.com>
Reviewed-by: Steffen Maier <maier@linux.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2023-02-21 22:00:51 -05:00
..
block block-6.1-2022-11-25 2022-11-25 17:50:57 -08:00
char Driver Core changes for 6.2-rc1 2022-12-16 03:54:54 -08:00
cio VFIO updates for v6.2-rc1 2022-12-15 13:12:15 -08:00
crypto VFIO updates for v6.2-rc1 2022-12-15 13:12:15 -08:00
net Networking changes for 6.2. 2022-12-13 15:47:48 -08:00
scsi scsi: zfcp: Make the type for accessing request hashtable buckets size_t 2023-02-21 22:00:51 -05:00
virtio virtio: Revert "virtio: find_vqs() add arg sizes" 2022-08-16 01:40:24 -04:00
Makefile