From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754487AbbCLMMK (ORCPT ); Thu, 12 Mar 2015 08:12:10 -0400 Received: from mail-qc0-f175.google.com ([209.85.216.175]:45668 "EHLO mail-qc0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754471AbbCLMMC (ORCPT ); Thu, 12 Mar 2015 08:12:02 -0400 Date: Thu, 12 Mar 2015 08:11:57 -0400 From: Tejun Heo To: Dan Williams Cc: Shaohua Li , Tony Battersby , Jens Axboe , IDE/ATA development list , Christoph Hellwig , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] libata: revert "libata: use blk taging" et al. Message-ID: <20150312121157.GH25944@htj.duckdns.org> References: <5500863D.4070807@cybernetics.com> <5500B783.20106@fb.com> <5500BF6F.6080000@cybernetics.com> <20150312023148.GA1960870@devbig257.prn2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 12, 2015 at 06:14:24AM -0400, Dan Williams wrote: > > @@ -572,7 +572,6 @@ int sas_ata_init(struct domain_device *found_dev) > > > > ap->private_data = found_dev; > > ap->cbl = ATA_CBL_SATA; > > - ap->scsi_host = shost; > > rc = ata_sas_port_init(ap); > > if (rc) { > > ata_sas_port_destroy(ap); > > We need a scsi_host for error recovery, see: > > ata_std_sched_eh() IOW, let's just add a flag bit to identify SAS hosts. Thanks. -- tejun