On Mon, Aug 21, 2017 at 07:58:52AM +0200, Hannes Reinecke wrote: > On 08/18/2017 09:27 PM, Omar Sandoval wrote: > > From: Omar Sandoval <osandov@xxxxxx> > > > > There's no reason to track this separately; just use the > > logical_block_size queue limit. > > > > Signed-off-by: Omar Sandoval <osandov@xxxxxx> > > --- > > drivers/block/loop.c | 44 ++++++++++++++++++-------------------------- > > drivers/block/loop.h | 1 - > > 2 files changed, 18 insertions(+), 27 deletions(-) > > > > Curiously enough, this is what I attempted initially. > But that got shut down due to incompability. > In the hope that you'll succeed: Is that thread archived anywhere? I don't see how this would be a compatability problem, it doesn't change the behavior if you're not using the new option, and if you are using the new option then there's no compatability to speak of. > Reviewed-by: Hannes Reinecke <hare@xxxxxxxx> Thanks!