OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1781-gf715eba
Gerrit Code Review
gerrit@openafs.org
Mon, 24 Oct 2011 07:50:03 -0700 (PDT)
The following commit has been merged in the master branch:
commit f715ebaee4188300ecee57109512609c7c84cf98
Author: Rod Widdowson <rdw@steadingsoftware.com>
Date: Sat Oct 22 14:27:41 2011 +0100
Windows: Remove unused cleanup flag
In AFSOpenTargetDirectory the flag bRemoveShare was initialized
FALSE and never set TRUE. In teardown after failure some code
did listen to the flag, but the operation (IoRemoveShareAccess)
was not protected by the FCB mainlock which it should have been.
Rather than get the locking correct, just remove the flag entirely.
Change-Id: I097f15bb0903f3c0889b62427d2169cf84aa04a0
Reviewed-on: http://gerrit.openafs.org/5649
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
--
OpenAFS Master Repository