From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 1 Feb 2018 14:28:19 -0700 From: Keith Busch To: Jens Axboe Cc: Linux Block , Linux NVMe , Christoph Hellwig Subject: Re: [PATCHv2 2/2] block: Handle merging discards in IO schedulers Message-ID: <20180201212818.GE24417@localhost.localdomain> References: <20180201203158.24761-1-keith.busch@intel.com> <20180201203158.24761-3-keith.busch@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: List-ID: On Thu, Feb 01, 2018 at 02:02:14PM -0700, Jens Axboe wrote: > On 2/1/18 1:31 PM, Keith Busch wrote: > > This adds support for merging discard requests in all IO schedulers. > > As per my last email, some of these aren't correct. Only the > blk-mq-sched change is correct/useful, so we should just do that > separately. Sorry, I got ahead of myself with this one.