OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2493-ge9e14b5
Gerrit Code Review
gerrit@openafs.org
Mon, 7 May 2012 10:06:33 -0700 (PDT)
The following commit has been merged in the master branch:
commit e9e14b551901db8f5be4d4c6060c709d2a3596be
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon May 7 11:35:07 2012 -0400
Windows: cleanup redirector pipes
If pipe creation fails, cleanup the mess.
At shutdown, if there are pipes that have not been closed by
Windows, clean them up.
This is just to ensure that at shutdown the reference counts of
cm_scache_t objects in the cache are reset to zero.
Change-Id: I1d738c31faafce445f05adc4884c7711123589e2
Reviewed-on: http://gerrit.openafs.org/7366
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsrdr/user/RDRInit.cpp | 5 +++
src/WINNT/afsrdr/user/RDRIoctl.c | 6 +++
src/WINNT/afsrdr/user/RDRIoctl.h | 2 +
src/WINNT/afsrdr/user/RDRPipe.c | 55 ++++++++++++++++++++++++++++----
src/WINNT/afsrdr/user/RDRPipe.h | 2 +
src/WINNT/afsrdr/user/RDRPrototypes.h | 9 +++++
6 files changed, 72 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository