OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2412-g0ac28aa

Gerrit Code Review gerrit@openafs.org
Mon, 16 Apr 2012 18:38:20 -0700 (PDT)


The following commit has been merged in the master branch:
commit 0ac28aa703459df60e9f18348fb1d4f73d5c042c
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Mon Apr 16 15:22:35 2012 -0400

    Windows: Drop Fcb Resource across SetEOF and SetAllocation
    
    If the file size or allocation is being altered, we must hold
    the PagingResource and drop the Fcb Resource.  Dropping the
    Fcb resource is necessary to avoid a deadlock with TrendMicro's
    filter if the size is set to zero and acquiring the PagingResource
    is necessary to prevent races now that the Fcb Resource is no
    longer held.
    
    Change-Id: Ie72a018adc52c479a4bb2469b2b1abe317644e8b
    Reviewed-on: http://gerrit.openafs.org/7224
    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/kernel/lib/AFSFileInfo.cpp |   73 +++++++++++++++++++++++++++
 1 files changed, 73 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository