From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751379AbdAPPSR (ORCPT ); Mon, 16 Jan 2017 10:18:17 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:46838 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750826AbdAPPSP (ORCPT ); Mon, 16 Jan 2017 10:18:15 -0500 Date: Mon, 16 Jan 2017 07:18:13 -0800 From: Christoph Hellwig To: Ming Lei Cc: Jens Axboe , Linux Kernel Mailing List , linux-block , Christoph Hellwig , Al Viro , Andrew Morton , Kent Overstreet Subject: Re: [PATCH v1 00/54] block: support multipage bvec Message-ID: <20170116151813.GA28410@infradead.org> References: <1482854250-13481-1-git-send-email-tom.leiming@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 16, 2017 at 11:19:19AM +0800, Ming Lei wrote: > Any comments on this version? We'll need to make sure all drivers can handle multi-page bvecs before continuing any other work. Without that the series is a no-go. Note that in general making a drivers capable of handling multipage bvecs will clean it up by using new helpers and be worthwhile on it's own.