From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: move bounce limits settings into the drivers Date: Mon, 26 Jun 2017 12:00:29 +0200 Message-ID: <20170626100029.GA14355@lst.de> References: <20170619072628.12894-1-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170619072628.12894-1-hch@lst.de> Sender: linux-block-owner@vger.kernel.org To: axboe@kernel.dk Cc: linux-block@vger.kernel.org, dm-devel@redhat.com List-Id: dm-devel.ids ping? On Mon, Jun 19, 2017 at 09:26:18AM +0200, Christoph Hellwig wrote: > Currently we still default to a bounce all highmem setting for block > drivers. This series defaults to no bouncing and instead adds call > to blk_queue_bounce_limit to those drivers that need it. It also > has a few cleanups in that area. ---end quoted text---