From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751063AbdAQHvA (ORCPT ); Tue, 17 Jan 2017 02:51:00 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:47394 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750983AbdAQHup (ORCPT ); Tue, 17 Jan 2017 02:50:45 -0500 Date: Mon, 16 Jan 2017 23:50:11 -0800 From: Christoph Hellwig To: Ming Lei Cc: Christoph Hellwig , Jens Axboe , Linux Kernel Mailing List , linux-block , Al Viro , Andrew Morton , Kent Overstreet Subject: Re: [PATCH v1 00/54] block: support multipage bvec Message-ID: <20170117075011.GA9732@infradead.org> References: <1482854250-13481-1-git-send-email-tom.leiming@gmail.com> <20170116151813.GA28410@infradead.org> 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 Tue, Jan 17, 2017 at 10:40:36AM +0800, Ming Lei wrote: > IMO, the only one left is raid(1/5/10) which can be dealt with by the > "NO_MP" flag. No, they can't in the long run. They need to handle the bvecs just like everyone else.