Don't queue up all the worker threads waiting for the session table in
authorDave West <davew@uncensored.citadel.org>
Fri, 30 Nov 2007 19:47:29 +0000 (19:47 +0000)
committerDave West <davew@uncensored.citadel.org>
Fri, 30 Nov 2007 19:47:29 +0000 (19:47 +0000)
commit90891f460a1534d183b6cfe5e066033c97d75d9b
tree48a199660392432da82d5fb427ec63758e846ea7
parent2ff61cb4add87dd2592b59440dafae856da51b6b
Don't queue up all the worker threads waiting for the session table in
dead_session_purge(). If it is locked just get out. If that leaves a
dead session/context or two lying around then no biggie because the next
time through will clean them.
citadel/sysdep.c