[Cluster-devel] [PATCH] dlm: close othercons

2008-01-21 Thread David Teigland
From: Patrick Caulfeld <[EMAIL PROTECTED]> This patch addresses a problem introduced with the last round of lowcomms patches where the 'othercon' connections do not get freed when the DLM shuts down. This results in the error message "slab error in kmem_cache_destroy(): cache `dlm_conn': Can't fr

Re: [Cluster-devel] [PATCH] dlm close othercons

2008-01-18 Thread Fabio M. Di Nitto
On Fri, 18 Jan 2008, Patrick Caulfeld wrote: Fabio M. Di Nitto wrote: On Wed, 9 Jan 2008, Patrick Caulfeld wrote: This patch addresses a problem introduced with the last round of lowcomms patches where the 'othercon' connections do not get freed when the DLM shuts down. This results in the e

Re: [Cluster-devel] [PATCH] dlm close othercons

2008-01-18 Thread Patrick Caulfeld
Fabio M. Di Nitto wrote: > On Wed, 9 Jan 2008, Patrick Caulfeld wrote: > >> This patch addresses a problem introduced with the last round of >> lowcomms patches where the 'othercon' connections do not get freed when >> the DLM shuts down. >> >> This results in the error message >> "slab error in k

Re: [Cluster-devel] [PATCH] dlm close othercons

2008-01-17 Thread Fabio M. Di Nitto
On Wed, 9 Jan 2008, Patrick Caulfeld wrote: This patch addresses a problem introduced with the last round of lowcomms patches where the 'othercon' connections do not get freed when the DLM shuts down. This results in the error message "slab error in kmem_cache_destroy(): cache `dlm_conn': Can't

Re: [Cluster-devel] [PATCH] dlm close othercons

2008-01-10 Thread Steven Whitehouse
Hi, Now in the -nmw git tree. Thanks, Steve. On Wed, 2008-01-09 at 15:06 +, Patrick Caulfeld wrote: > This patch addresses a problem introduced with the last round of > lowcomms patches where the 'othercon' connections do not get freed when > the DLM shuts down. > > This results in the erro

[Cluster-devel] [PATCH] dlm close othercons

2008-01-09 Thread Patrick Caulfeld
This patch addresses a problem introduced with the last round of lowcomms patches where the 'othercon' connections do not get freed when the DLM shuts down. This results in the error message "slab error in kmem_cache_destroy(): cache `dlm_conn': Can't free all objects" and the DLM cannot be resta