Windows: AFSProcessCreate drop DirOpenRefCount on exit
authorJeffrey Altman <jaltman@your-file-system.com>
Fri, 25 Jan 2013 00:25:37 +0000 (19:25 -0500)
committerJeffrey Altman <jaltman@your-file-system.com>
Sat, 2 Feb 2013 17:05:07 +0000 (09:05 -0800)
commit391bdbf9ace271ef41d6c73031d172cdad802f79
tree3a5c082195e1945ad1e0d27288edb3f4c5c7f7a4
parent4811fd8844d1294ee37c14bac7cfae776d09c9b4
Windows: AFSProcessCreate drop DirOpenRefCount on exit

AFSProcessCreate() must not maintain its DirOpenReferenceCount
when bFileCreated is true because the AFSCcb maintains its own
count and the one obtained by AFSProcessCreate() will only be
leaked.

Change-Id: I6591eb1c10d3dffe7449894b29c9999f5db91d64
Reviewed-on: http://gerrit.openafs.org/8961
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp