From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 11/28] scsi: drop bus reset for wd33c93-compatible boards Date: Wed, 28 Jun 2017 15:56:32 +0200 Message-ID: <20170628135632.GE1268@lst.de> References: <1498638316-44420-1-git-send-email-hare@suse.de> <1498638316-44420-12-git-send-email-hare@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from verein.lst.de ([213.95.11.211]:49533 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751512AbdF1N4d (ORCPT ); Wed, 28 Jun 2017 09:56:33 -0400 Content-Disposition: inline In-Reply-To: <1498638316-44420-12-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 , "Martin K. Petersen" , James Bottomley , linux-scsi@vger.kernel.org, Hannes Reinecke On Wed, Jun 28, 2017 at 10:24:59AM +0200, Hannes Reinecke wrote: > The bus reset function is just a wrapper calling host reset > under the host lock. So move taking of the host lock into > the host reset function and drop bus reset. The changelog could be expanded a bit, especially about the weird locking state before this patch, but except for that: Reviewed-by: Christoph Hellwig