From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:47560 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752962AbeBSOzA (ORCPT ); Mon, 19 Feb 2018 09:55:00 -0500 Date: Mon, 19 Feb 2018 06:55:00 -0800 From: Matthew Wilcox To: Goldwyn Rodrigues Cc: linux-fsdevel@vger.kernel.org, mhocko@kernel.org, Goldwyn Rodrigues Subject: Re: [PATCH 09/10] reiserfs: cont_expand() to eliminate AOP_FLAG_CONT_EXPAND Message-ID: <20180219145500.GB24352@bombadil.infradead.org> References: <20180219140230.5077-1-rgoldwyn@suse.de> <20180219140230.5077-10-rgoldwyn@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180219140230.5077-10-rgoldwyn@suse.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Feb 19, 2018 at 08:02:29AM -0600, Goldwyn Rodrigues wrote: > +++ b/include/linux/fs.h > @@ -259,8 +259,6 @@ enum positive_aop_returns { > AOP_TRUNCATED_PAGE = 0x80001, > }; > > -#define AOP_FLAG_CONT_EXPAND 0x0001 /* called from cont_expand */ > - > /* > * oh the beauties of C type declarations. > */ This hunk needs to be part of patch 10, or you'll hit a bisection problem (fs/buffer.c still uses it).