From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754017AbcBBIlz (ORCPT ); Tue, 2 Feb 2016 03:41:55 -0500 Received: from outbound-smtp12.blacknight.com ([46.22.139.17]:51665 "EHLO outbound-smtp12.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753673AbcBBIly (ORCPT ); Tue, 2 Feb 2016 03:41:54 -0500 Date: Tue, 2 Feb 2016 08:41:45 +0000 From: Mel Gorman To: Vlastimil Babka Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH] mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INIT Message-ID: <20160202084145.GC8337@techsingularity.net> References: <1453995448-27582-1-git-send-email-vbabka@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1453995448-27582-1-git-send-email-vbabka@suse.cz> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 28, 2016 at 04:37:28PM +0100, Vlastimil Babka wrote: > The description mentions kswapd threads, while the deferred struct page > initialization is actually done by one-off "pgdatinitX" threads. Fix the > description so that potentially users are not confused about pgdatinit threads > using CPU after boot instead of kswapd. > > Signed-off-by: Vlastimil Babka Acked-by: Mel Gorman This was an oversight when I moved to using kernel threads to do the initialisation instead. Thanks for catching it. -- Mel Gorman SUSE Labs