OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3292-g9b3c7b4
Gerrit Code Review
gerrit@openafs.org
Thu, 31 Jan 2013 11:19:17 -0800 (PST)
The following commit has been merged in the master branch:
commit 9b3c7b41926758ed9060664a3da93820054db550
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sat Dec 29 00:17:59 2012 -0500
Windows: AFSInitCcb redefinition
The new AFSInitCcb() allocates its own DirOpenReferenceCount to
associate with the AFSCcb.DirectoryCB.
It also accepts the GrantedAccess mask and the FileAccess values
which are stored in the AFSCcb.
These changes simplify the callers and remove responsibility of
tracking whether or not the DirOpenReferenceCount was successfully
associated with the AFSCcb.
The allocated DirOpenReferenceCount is always released by
AFSRemoveCcb().
Change-Id: Ib475310d934830974c553e0eeff96b114a56541b
Reviewed-on: http://gerrit.openafs.org/8852
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp | 96 ++++++++---------------
src/WINNT/afsrdr/kernel/lib/AFSFcbSupport.cpp | 40 +++++++++-
src/WINNT/afsrdr/kernel/lib/Include/AFSCommon.h | 5 +-
3 files changed, 75 insertions(+), 66 deletions(-)
--
OpenAFS Master Repository