From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 18 Jan 2017 14:32:43 +0100 From: Michal Hocko To: Matthew Wilcox Cc: lsf-pc@lists.linux-foundation.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [ATTEND] many topics Message-ID: <20170118133243.GB7021@dhcp22.suse.cz> References: <20170118054945.GD18349@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170118054945.GD18349@bombadil.infradead.org> Sender: owner-linux-mm@kvack.org List-ID: On Tue 17-01-17 21:49:45, Matthew Wilcox wrote: [...] > 8. Nailing down exactly what GFP_TEMPORARY means It's a hint that the page allocator should group those pages together for better fragmentation avoidance. Have a look at e12ba74d8ff3 ("Group short-lived and reclaimable kernel allocations"). Basically it is something like __GFP_MOVABLE for kernel allocations which cannot go to the movable zones. -- Michal Hocko SUSE Labs -- 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