Re: [PATCH 01/24] scsi: core: add SCSI_MAX_QUEUE_DEPTH
From: John Garry
Date: Tue Mar 03 2026 - 02:49:20 EST
On 03/03/2026 06:52, Hannes Reinecke wrote:
On 2/25/26 16:36, John Garry wrote:
Add a macro for the max queue depth which is supported.Maybe: 'Add a macro for the supported queue depth'?
Signed-off-by: John Garry <john.g.garry@xxxxxxxxxx>
---
drivers/scsi/scsi.c | 2 +-
drivers/scsi/scsi_priv.h | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
ok, if you prefer
Note that I may drop this patch since it may not be used elsewhere. However, some might say that the value currently used is a magic number.
Anyway:
Reviewed-by: Hannes Reinecke <hare@xxxxxxx>
thanks