From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754701AbcH0Afo (ORCPT ); Fri, 26 Aug 2016 20:35:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37092 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751671AbcH0Afn (ORCPT ); Fri, 26 Aug 2016 20:35:43 -0400 Date: Sat, 27 Aug 2016 08:35:38 +0800 From: Baoquan He To: Jonathan Corbet Cc: =?utf-8?B?WmhvdSwgV2Vuamlhbi/lkajmlofliZE=?= , linux-kernel@vger.kernel.org, akpm@linux-foundation.org, dyoung@redhat.com, vgoyal@redhat.com, kexec@lists.infradead.org, linux-doc@vger.kernel.org, xlpang@redhat.com, joe@perches.com Subject: Re: [PATCH v9 1/2] Documentation: kdump: remind user of nr_cpus Message-ID: <20160827003538.GD31627@x1.redhat.com> References: <1471489907-27737-1-git-send-email-zhouwj-fnst@cn.fujitsu.com> <1471489907-27737-2-git-send-email-zhouwj-fnst@cn.fujitsu.com> <20160818111854.362bb972@lwn.net> <57B653D1.8060106@cn.fujitsu.com> <20160819095740.1cccc073@lwn.net> <57BA51E0.1070902@cn.fujitsu.com> <20160824050645.GA8279@x1.redhat.com> <20160825131056.58bb1379@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160825131056.58bb1379@lwn.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Sat, 27 Aug 2016 00:35:42 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/25/16 at 01:10pm, Jonathan Corbet wrote: > On Wed, 24 Aug 2016 13:06:45 +0800 > Baoquan He wrote: > > > Hi Jon, do you think change as below is OK to you? > > So nr_cpus is the maximum value, and maxcpus is the current number. > Figures. No wonder the documentation is confusing... Yes. Thanks for reviewing this patchset.