Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423359Ab3FUQdx (ORCPT ); Fri, 21 Jun 2013 12:33:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60024 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423252Ab3FUQdw (ORCPT ); Fri, 21 Jun 2013 12:33:52 -0400 Date: Fri, 21 Jun 2013 12:33:30 -0400 From: David Teigland To: Kent Overstreet Cc: Steven Whitehouse , akpm@linux-foundation.org, tj@kernel.org, axboe@kernel.dk, nab@linux-iscsi.org, bcrl@kvack.org, linux-kernel@vger.kernel.org, Stephen Rothwell , Fengguang Wu Subject: Re: [PATCH 03/10] idr: Rewrite ida Message-ID: <20130621163330.GA6503@redhat.com> References: <1371600150-23557-1-git-send-email-koverstreet@google.com> <1371600150-23557-4-git-send-email-koverstreet@google.com> <1371634822.2735.9.camel@menhir> <20130619233836.GA6986@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130619233836.GA6986@localhost> User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 830 Lines: 19 On Wed, Jun 19, 2013 at 04:38:36PM -0700, Kent Overstreet wrote: > On Wed, Jun 19, 2013 at 10:40:22AM +0100, Steven Whitehouse wrote: > > Millions of IDs is something that is fairly normal for DLM, since there > > will be two DLM locks per cached inode with GFS2 and people tend to use > > it on pretty large servers with lots of memory, > > Thanks, I wasn't aware of that. Is the 31 bits for the id limitation an > issue for you? While I'm at changing ids to longs should be fairly > trivial. There is a dlm_lkb struct in memory for each id, so 31 bits will not be a problem. Dave -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/