Re: [PATCH 07/20] scsi: do not decode sense extras

2014-09-05 Thread Christoph Hellwig
On Wed, Sep 03, 2014 at 12:06:02PM +0200, Hannes Reinecke wrote: > Currently we're only decoding sense extras for tape devices. > And even there only for fixed format sense formats. > As this is of rather limited use in the general case we should > be stop trying to decode sense extras; the tape dr

[PATCH 07/20] scsi: do not decode sense extras

2014-09-03 Thread Hannes Reinecke
Currently we're only decoding sense extras for tape devices. And even there only for fixed format sense formats. As this is of rather limited use in the general case we should be stop trying to decode sense extras; the tape driver does its own decoding anyway. Signed-off-by: Hannes Reinecke ---