From: Chaskiel M Grundman Date: Wed, 15 Feb 2006 20:55:11 +0000 (+0000) Subject: STABLE14-darwin-event-cleanup-20060215 X-Git-Tag: openafs-stable-1_4_1-rc8~14 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=660f1f768055bbb5dd1c93b5ae8c62ebc17a14b6;p=packages%2Fo%2Fopenafs.git STABLE14-darwin-event-cleanup-20060215 clean up event resources added for deadlock avoidance (cherry picked from commit cee042e2f9f3e22e3cdb0c9535b122eb1714b691) --- diff --git a/src/afs/afs_osi.c b/src/afs/afs_osi.c index eeebdf29b..ae0bf5962 100644 --- a/src/afs/afs_osi.c +++ b/src/afs/afs_osi.c @@ -581,6 +581,7 @@ shutdown_osi(void) afs_osi_ctxtp = NULL; afs_osi_ctxtp_initialized = 0; } + shutdown_osisleep(); #endif if (afs_cold_shutdown) { LOCK_INIT(&afs_ftf, "afs_ftf");