Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755272AbbFUKDl (ORCPT ); Sun, 21 Jun 2015 06:03:41 -0400 Received: from verein.lst.de ([213.95.11.211]:38386 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751123AbbFUKDb (ORCPT ); Sun, 21 Jun 2015 06:03:31 -0400 Date: Sun, 21 Jun 2015 12:03:29 +0200 From: Christoph Hellwig To: Dan Williams Cc: axboe@kernel.dk, linux-nvdimm@ml01.01.org, boaz@plexistor.com, toshi.kani@hp.com, Vishal Verma , Neil Brown , Greg KH , Dave Chinner , linux-kernel@vger.kernel.org, Andy Lutomirski , Jens Axboe , linux-acpi@vger.kernel.org, Jeff Moyer , "H. Peter Anvin" , linux-fsdevel@vger.kernel.org, hch@lst.de, mingo@kernel.org Subject: Re: [PATCH 03/15] nd_btt: atomic sector updates Message-ID: <20150621100329.GA5915@lst.de> References: <20150617235209.12943.24419.stgit@dwillia2-desk3.amr.corp.intel.com> <20150617235503.12943.76918.stgit@dwillia2-desk3.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150617235503.12943.76918.stgit@dwillia2-desk3.amr.corp.intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 575 Lines: 15 > +config ND_MAX_REGIONS > + int "Maximum number of regions supported by the sub-system" > + default 64 > + ---help--- > + A 'region' corresponds to an individual DIMM or an interleave > + set of DIMMs. A typical maximally configured system may have > + up to 32 DIMMs. > + > + Leave the default of 64 if you are unsure. Having static limits in Kconfig is a bad idea. What prevents you from handling any (reasonable) number dynamically? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/