From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:34517 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752224AbcBVJBQ (ORCPT ); Mon, 22 Feb 2016 04:01:16 -0500 Date: Mon, 22 Feb 2016 01:01:15 -0800 From: Christoph Hellwig To: Ming Lei Cc: Jens Axboe , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, Christoph Hellwig , Sagi Grimberg , Kent Overstreet , Keith Busch , Elliott Robert , stable@vger.kernel.org Subject: Re: [PATCH v1 3/4] block: get the 1st and last bvec via helpers Message-ID: <20160222090115.GC4597@infradead.org> References: <1455852022-14188-1-git-send-email-ming.lei@canonical.com> <1455852022-14188-4-git-send-email-ming.lei@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455852022-14188-4-git-send-email-ming.lei@canonical.com> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Feb 19, 2016 at 11:20:21AM +0800, Ming Lei wrote: > This patch applies the two introduced helpers to > figure out the 1st and last bvec, and fixes the > original way after bio splitting. Looks fine, Reviewed-by: Christoph Hellwig