From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754148AbcEBO6B (ORCPT ); Mon, 2 May 2016 10:58:01 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:57961 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753144AbcEBO5w (ORCPT ); Mon, 2 May 2016 10:57:52 -0400 Date: Mon, 2 May 2016 07:57:46 -0700 From: Christoph Hellwig To: Ming Lei Cc: Jens Axboe , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, Christoph Hellwig , Al Viro , Dave Chinner , "supporter:XFS FILESYSTEM" Subject: Re: [PATCH v5 5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES Message-ID: <20160502145746.GH20589@infradead.org> References: <1460928615-20894-1-git-send-email-ming.lei@canonical.com> <1460928615-20894-6-git-send-email-ming.lei@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460928615-20894-6-git-send-email-ming.lei@canonical.com> User-Agent: Mutt/1.5.24 (2015-08-30) 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, Apr 18, 2016 at 05:29:54AM +0800, Ming Lei wrote: > BIO_MAX_PAGES is used as maximum count of bvecs, so > replace BIO_MAX_SECTORS with BIO_MAX_PAGES since > BIO_MAX_SECTORS is to be removed. > > Signed-off-by: Ming Lei Looks fine, Reviewed-by: Christoph Hellwig