git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(from parent 1:
578e0d9
)
viced-missing-lock-20071109
author
Dan Hyde
<drh@umich.edu>
Sat, 10 Nov 2007 00:33:41 +0000 (
00:33
+0000)
committer
Jeffrey Altman
<jaltman@secure-endpoints.com>
Sat, 10 Nov 2007 00:33:41 +0000 (
00:33
+0000)
FIXES 76713
Add missing lock that needs to protect an in use 'host' from having
HOSTDELETED added to the hostFlags and HWNO_INPROGRESS removed.
src/viced/host.c
patch
|
blob
|
history
diff --git
a/src/viced/host.c
b/src/viced/host.c
index
764a558
..
24809b5
100644
(file)
--- a/
src/viced/host.c
+++ b/
src/viced/host.c
@@
-1576,6
+1576,7
@@
h_GetHost_r(struct rx_connection *tcon)
host->interface ? uuid2 : "no_uuid"));
/* The host in the cache is not the host for this connection */
+ h_Lock_r(host);
host->hostFlags |= HOSTDELETED;
host->hostFlags &= ~HWHO_INPROGRESS;
h_Unlock_r(host);