David Teigland 278afcbf4f dlm: fix shutdown cleanup
Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467,
"dlm: allow multiple lockspace creates".

An extraneous 'else' slipped into a code fragment being moved from
release_lockspace() to dlm_release_lockspace().  The result of the
unwanted 'else' is that dlm threads and structures are not stopped
and cleaned up when the final dlm lockspace is removed.  Trying to
create a new lockspace again afterward will fail with
"kmem_cache_create: duplicate cache dlm_conn" because the cache
was not previously destroyed.

Signed-off-by: David Teigland <teigland@redhat.com>
2008-11-13 13:22:34 -06:00
..
2008-02-06 00:35:45 -06:00
2006-01-18 09:30:29 +00:00
2008-09-05 09:51:30 -05:00
2006-01-18 09:30:29 +00:00
2008-04-21 11:18:01 -05:00
2008-11-13 13:22:34 -06:00
2008-07-14 13:56:59 -05:00
2006-12-07 09:25:13 -05:00
2008-04-21 11:22:28 -05:00
2008-04-21 11:22:28 -05:00
2008-01-30 11:04:42 -06:00
2008-05-19 15:37:27 -05:00
2008-02-21 15:19:54 -06:00
2008-09-04 12:55:13 -05:00
2008-08-28 11:49:43 -05:00
2008-02-04 01:23:43 -06:00
2006-01-18 09:30:29 +00:00