On Tue, 2023-09-05 at 18:15 -0500, Mike Christie wrote: > We currently re-use the cmd buffer for the TUR and START_STOP > commands > which requires us to reset the buffer when retrying. This has us use > separate buffers for the 2 commands so we can make them const and I > think > it makes it easier to handle for retries but does not add too much > extra > to the stack use. > > Signed-off-by: Mike Christie <michael.christie@xxxxxxxxxx> > Reviewed-by: Christoph Hellwig <hch@xxxxxx> > Reviewed-by: John Garry <john.g.garry@xxxxxxxxxx> Reviewed-by: Martin Wilck <mwilck@xxxxxxxx>