From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 8/8] IB/srp: Add multichannel support Date: Wed, 1 Oct 2014 14:14:23 -0700 Message-ID: <20141001211423.GD24820@infradead.org> References: <541C27BF.6070609@acm.org> <541C28E0.7010705@acm.org> <541C49EC.6030404@acm.org> <541C4D2F.9060907@acm.org> <541C4DF1.4090604@kernel.dk> <542C270B.5020002@acm.org> <542C31C4.1020702@kernel.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <542C31C4.1020702@kernel.dk> Sender: linux-scsi-owner@vger.kernel.org To: Jens Axboe Cc: Bart Van Assche , Ming Lei , "linux-scsi@vger.kernel.org" , linux-rdma , Christoph Hellwig , Robert Elliott List-Id: linux-rdma@vger.kernel.org On Wed, Oct 01, 2014 at 10:54:28AM -0600, Jens Axboe wrote: > Lets get rid of the blk_mq_tag struct and just have it be an u32 or > something. We could potentially typedef it, but I'd prefer to just have it > be an unsigned 32-bit int. Agreed.