OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_9-42-g4bdf2f6

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


The following commit has been merged in the openafs-devel-1_7_x branch:
commit d355eb025d3f257c4b20ab4e21d1edfa5853d716
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.
    
    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>
    (cherry picked from commit 0ac28aa703459df60e9f18348fb1d4f73d5c042c)
    
    Change-Id: I51aa94511a003efd7135dad5f2457c267ecfc9a5
    Reviewed-on: http://gerrit.openafs.org/7228
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-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