Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760888AbcDFAgN (ORCPT ); Tue, 5 Apr 2016 20:36:13 -0400 Received: from mail-pf0-f177.google.com ([209.85.192.177]:33945 "EHLO mail-pf0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760774AbcDFAgJ (ORCPT ); Tue, 5 Apr 2016 20:36:09 -0400 Date: Tue, 5 Apr 2016 16:36:04 -0800 From: Kent Overstreet To: Shaohua Li Cc: Jeff Moyer , Ming Lei , Jens Axboe , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, Christoph Hellwig , Eric Wheeler , Sebastian Roesner , "4.2+" Subject: Re: [PATCH] block: make sure big bio is splitted into at most 256 bvecs Message-ID: <20160406003604.GE31161@kmo-pixel> References: <1459878246-9249-1-git-send-email-ming.lei@canonical.com> <20160405182720.GA2375685@devbig084.prn1.facebook.com> <20160406002733.GB31161@kmo-pixel> <20160406003006.GA3084175@devbig084.prn1.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160406003006.GA3084175@devbig084.prn1.facebook.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 252 Lines: 6 On Tue, Apr 05, 2016 at 05:30:07PM -0700, Shaohua Li wrote: > this one: > http://marc.info/?l=linux-kernel&m=145926976808760&w=2 Ah. that patch won't actually fix the bug, since md isn't using blk_default_limits, it's using blk_set_stacking_limits().