From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: [PATCH, resend] block: remove QUEUE_FLAG_STACKABLE Date: Thu, 5 Oct 2017 17:21:53 -0400 Message-ID: <20171005212153.GA6949@redhat.com> References: <20171005192252.21090-1-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20171005192252.21090-1-hch@lst.de> Sender: linux-block-owner@vger.kernel.org To: Christoph Hellwig Cc: axboe@kernel.dk, linux-block@vger.kernel.org, dm-devel@redhat.com List-Id: dm-devel.ids On Thu, Oct 05 2017 at 3:22pm -0400, Christoph Hellwig wrote: > We already have a queue_is_rq_based helper to check if a request_queue > is request based, so we can remove the flag for it. > > Signed-off-by: Christoph Hellwig Acked-by: Mike Snitzer