From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: scsi-mq updated to latest linux-block/new-queue Date: Thu, 10 Oct 2013 21:17:14 +0200 Message-ID: <20131010191714.GA3098@lst.de> References: <1381345971.19256.461.camel@haakon3.risingtidesystems.com> <20131009194658.GA3066@dhcp-26-207.brq.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20131009194658.GA3066@dhcp-26-207.brq.redhat.com> Sender: linux-kernel-owner@vger.kernel.org To: Alexander Gordeev Cc: "Nicholas A. Bellinger" , linux-scsi , LKML , target-devel , Jens Axboe List-Id: linux-scsi@vger.kernel.org > What is the criteria for patches to include in your tree? I would suggest > to consider this one https://lkml.org/lkml/2013/8/9/90 if it fits. For this one you probably want to send a patch to Jens to move blk-mq-tag.h to include/linux first instead of doing the relative include hack. Also the blk_mq_*tag* routines you use aren't exported, so a modular build of the driver with that patch applied will fail.