Re: [PATCH 04/10] libata: use __scsi_format_command()

2014-11-05 Thread Christoph Hellwig
On Tue, Nov 04, 2014 at 09:06:43AM +0100, Hannes Reinecke wrote: > libata already uses an internal buffer, so we should be using > __scsi_format_command() here. Looks good, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a me

[PATCH 04/10] libata: use __scsi_format_command()

2014-11-04 Thread Hannes Reinecke
libata already uses an internal buffer, so we should be using __scsi_format_command() here. Cc: linux-...@vger.kernel.org Cc: LKML Acked-by: Tejun Heo Signed-off-by: Hannes Reinecke --- drivers/ata/libata-eh.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/dr