Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751565AbcDTXpH (ORCPT ); Wed, 20 Apr 2016 19:45:07 -0400 Received: from ozlabs.org ([103.22.144.67]:52228 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751150AbcDTXpF (ORCPT ); Wed, 20 Apr 2016 19:45:05 -0400 Date: Thu, 21 Apr 2016 09:45:03 +1000 From: Stephen Rothwell To: Hugh Dickins Cc: Andrew Morton , "Kirill A. Shutemov" , Andrea Arcangeli , Andres Lagar-Cavilla , Yang Shi , Ning Qu , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH mmotm 1/5] huge tmpfs: try to allocate huge pages split into a team fix Message-ID: <20160421094503.27906446@canb.auug.org.au> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 974 Lines: 33 Hi Hugh, On Sat, 16 Apr 2016 16:27:02 -0700 (PDT) Hugh Dickins wrote: > > Please replace the > huge-tmpfs-try-to-allocate-huge-pages-split-into-a-team-fix.patch > you added to your tree by this one: nothing wrong with Stephen's, > but in this case I think the source is better off if we simply > remove that BUILD_BUG() instead of adding an IS_ENABLED(): > fixes build problem seen on arm when putting together linux-next. > > Reported-by: Stephen Rothwell > Signed-off-by: Hugh Dickins > --- > mm/shmem.c | 1 - > 1 file changed, 1 deletion(-) > > --- a/mm/shmem.c > +++ b/mm/shmem.c > @@ -1744,7 +1744,6 @@ static inline struct page *shmem_hugetea > > static inline void shmem_disband_hugeteam(struct page *page) > { > - BUILD_BUG(); > } > > static inline void shmem_added_to_hugeteam(struct page *page, I have replaced my fix with the above in today's linux-next. -- Cheers, Stephen Rothwell