Re: [Cluster-devel] [PATCH] dlm: Allow large nodeids

2009-03-11 Thread Chrissie Caulfield
David Teigland wrote: On Wed, Jan 28, 2009 at 11:27:35AM +, Chrissie Caulfield wrote: David Teigland wrote: On Tue, Jan 27, 2009 at 02:06:30PM -0600, David Teigland wrote: On Tue, Jan 27, 2009 at 11:33:30AM +, Chrissie Caulfield wrote: This an updated patch that uses hlists rather

Re: [Cluster-devel] [PATCH] dlm: Allow large nodeids

2009-03-09 Thread Chrissie Caulfield
David Teigland wrote: On Wed, Jan 28, 2009 at 11:27:35AM +, Chrissie Caulfield wrote: David Teigland wrote: On Tue, Jan 27, 2009 at 02:06:30PM -0600, David Teigland wrote: On Tue, Jan 27, 2009 at 11:33:30AM +, Chrissie Caulfield wrote: This an updated patch that uses hlists rather

Re: [Cluster-devel] [PATCH] dlm: Allow large nodeids

2009-03-06 Thread David Teigland
On Wed, Jan 28, 2009 at 11:27:35AM +, Chrissie Caulfield wrote: David Teigland wrote: On Tue, Jan 27, 2009 at 02:06:30PM -0600, David Teigland wrote: On Tue, Jan 27, 2009 at 11:33:30AM +, Chrissie Caulfield wrote: This an updated patch that uses hlists rather than list_heads to save

Re: [Cluster-devel] [PATCH] dlm: Allow large nodeids

2009-01-28 Thread Chrissie Caulfield
David Teigland wrote: On Tue, Jan 27, 2009 at 02:06:30PM -0600, David Teigland wrote: On Tue, Jan 27, 2009 at 11:33:30AM +, Chrissie Caulfield wrote: This an updated patch that uses hlists rather than list_heads to save memory in the connection structure. Thanks to Steven Whitehouse for

Re: [Cluster-devel] [PATCH] dlm: Allow large nodeids

2009-01-27 Thread Chrissie Caulfield
This an updated patch that uses hlists rather than list_heads to save memory in the connection structure. Thanks to Steven Whitehouse for the suggestion. Chrissie Caulfield wrote: This patch changes DLM to use its own hash table rather than the idr_ code. It should allow clusters with large

Re: [Cluster-devel] [PATCH] dlm: Allow large nodeids

2009-01-27 Thread David Teigland
On Tue, Jan 27, 2009 at 02:06:30PM -0600, David Teigland wrote: On Tue, Jan 27, 2009 at 11:33:30AM +, Chrissie Caulfield wrote: This an updated patch that uses hlists rather than list_heads to save memory in the connection structure. Thanks to Steven Whitehouse for the suggestion.