From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 01/11] scsi: provide a generic change_queue_type method Date: Thu, 6 Nov 2014 16:35:55 +0100 Message-ID: <20141106153555.GC22415@lst.de> References: <1415087656-9491-1-git-send-email-hch@lst.de> <1415087656-9491-2-git-send-email-hch@lst.de> <545B93A9.3070206@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from verein.lst.de ([213.95.11.211]:57568 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750955AbaKFPf6 (ORCPT ); Thu, 6 Nov 2014 10:35:58 -0500 Content-Disposition: inline In-Reply-To: <545B93A9.3070206@acm.org> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Bart Van Assche Cc: linux-scsi@vger.kernel.org, James Bottomley , Robert Elliott , Hannes Reinecke , "Martin K. Petersen" , Jens Axboe , Kashyap Desai , Sreekanth Reddy , Mike Christie , Guennadi Liakhovetski , usb-storage@lists.one-eyed-alien.net On Thu, Nov 06, 2014 at 04:28:41PM +0100, Bart Van Assche wrote: > A minor nit: do we really need to keep the scsi_dev->tagged_supported test > in the above code ? Anyway, It's not needed, but the whole function will go away later in the series.