diff options
| author | David Teigland <[email protected]> | 2008-11-13 19:22:34 +0000 |
|---|---|---|
| committer | David Teigland <[email protected]> | 2008-11-13 19:22:34 +0000 |
| commit | 278afcbf4fe964230eba67f8fb8235e8b7e63ffb (patch) | |
| tree | 64bcfe585256f96f468e29af9961ddf4c2dcc71d /net/unix/af_unix.c | |
| parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... (diff) | |
| download | kernel-278afcbf4fe964230eba67f8fb8235e8b7e63ffb.tar.gz kernel-278afcbf4fe964230eba67f8fb8235e8b7e63ffb.zip | |
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 <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
