On 2/8/22 23:40, Hannes Reinecke wrote:
When moving SCSI pointer usage into the command payload, have you
considered dropping the use of the 'host_scribble' pointer, too?
As we already allocated a command payload it should be easy to increase
it by another pointer, and move the 'host_scribble' stuff in there.
Hmm?
I agree that the 'host_scribble' pointer is no longer essential since
the introduction of the .cmd_size field in the host template and also
that the host_scribble pointer can be moved into private command data. I
have not done that in this patch series because I think this patch
series is already bigger than it should.
Thanks,
Bart.