From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: Re: mmotm 2017-06-23-15-03 uploaded Date: Wed, 28 Jun 2017 08:00:18 +1000 Message-ID: <20170628080018.186aace8@canb.auug.org.au> References: <594d905d.geNp0UO7DULvNDPS%akpm@linux-foundation.org> <13ab3968-a7e4-add3-b050-438d462f7fc4@suse.cz> <20170627134033.d6df2435117d52721d37a748@linux-foundation.org> <20170628075642.6b3934f0@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170628075642.6b3934f0@canb.auug.org.au> Sender: owner-linux-mm@kvack.org To: Andrew Morton Cc: Rasmus Villemoes , Vlastimil Babka , huang ying , mm-commits@vger.kernel.org, LKML , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-next@vger.kernel.org, mhocko@suse.cz, Mark Brown List-Id: linux-next.vger.kernel.org Hi Andrew, On Wed, 28 Jun 2017 07:56:42 +1000 Stephen Rothwell wrote: > > On Tue, 27 Jun 2017 13:40:33 -0700 Andrew Morton wrote: > > > > oops, that was me manually fixing rejects - I missed a bit. > > > > --- a/mm/page_alloc.c~mm-page_allocc-eliminate-unsigned-confusion-in-__rmqueue_fallback-fix > > +++ a/mm/page_alloc.c > > @@ -2212,7 +2212,7 @@ static bool unreserve_highatomic_pageblo > > * condition simpler. > > */ > > static inline bool > > -__rmqueue_fallback(struct zone *zone, unsigned int order, int start_migratetype) > > +__rmqueue_fallback(struct zone *zone, int order, int start_migratetype) > > { > > struct free_area *area; > > int current_order; > > _ > > > > I have pushed that into the original patch in linux-next for today. But I guess that is irrelevant now :-) -- Cheers, Stephen Rothwell -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org