mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
libafs: kill rxevent daemon even in upcall mode
the switch from rxk listener env to upcall env could leave the event daemon running. fix that. Change-Id: Ibe36e7473536c36a739c0ad1e18fcf6880c98021 Reviewed-on: http://gerrit.openafs.org/6713 Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
07d9b18e36
commit
a4d9fbaa80
@ -1410,7 +1410,7 @@ afs_shutdown(void)
|
||||
afs_StopAFSDB();
|
||||
while (afs_termState == AFSOP_STOP_AFSDB)
|
||||
afs_osi_Sleep(&afs_termState);
|
||||
#if defined(AFS_SUN5_ENV) || defined(RXK_LISTENER_ENV)
|
||||
#if defined(AFS_SUN5_ENV) || defined(RXK_LISTENER_ENV) || defined(RXK_UPCALL_ENV)
|
||||
afs_warn("RxEvent... ");
|
||||
/* cancel rx event daemon */
|
||||
while (afs_termState == AFSOP_STOP_RXEVENT)
|
||||
|
Loading…
Reference in New Issue
Block a user