From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 07/20] scsi: do not decode sense extras Date: Fri, 5 Sep 2014 17:04:40 -0700 Message-ID: <20140906000440.GD29588@infradead.org> References: <1409738775-80876-1-git-send-email-hare@suse.de> <1409738775-80876-8-git-send-email-hare@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from casper.infradead.org ([85.118.1.10]:56479 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751110AbaIFACV (ORCPT ); Fri, 5 Sep 2014 20:02:21 -0400 Content-Disposition: inline In-Reply-To: <1409738775-80876-8-git-send-email-hare@suse.de> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Hannes Reinecke Cc: Christoph Hellwig , James Bottomley , Ewan Milne , Yoshihiro Yunomae , linux-scsi@vger.kernel.org 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 driver does > its own decoding anyway. > > Signed-off-by: Hannes Reinecke Looks good, Reviewed-by: Christoph Hellwig