]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Windows: Remove 'bAllocatedFcb' from AFSCreate.cpp
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 16 Oct 2012 13:36:56 +0000 (09:36 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Fri, 19 Oct 2012 15:51:01 +0000 (08:51 -0700)
commit0b538f21bea758a92f2bd9f8d529e8889c4a9e63
treee9180d11e54dafdf9356f3c9165f12ce4e1063f2
parent2bfe3653e3eec99a1199392912a4136668406212
Windows: Remove 'bAllocatedFcb' from AFSCreate.cpp

All functions now call AFSInitFcb() and the ObjectInfo->Fcb == NULL
test is performed internally.  Therefore, it is not possible for
the caller to track whether or not an Fcb was allocated.  It is
irrelevant.  The Fcb will be cleaned up when the ObjectInfo is
destroyed by the PrimaryVolumeWorker thread.

Change-Id: I3255563e1b0c44082e4f390002d294ad333d534f
Reviewed-on: http://gerrit.openafs.org/8242
Reviewed-by: Rod Widdowson <rdw@steadingsoftware.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