OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-97-gc5e362a

Gerrit Code Review gerrit@openafs.org
Tue, 24 Nov 2009 14:48:46 -0800 (PST)


The following commit has been merged in the master branch:
commit c5e362a683c5a0b2e046aa62d652ff1c83e42818
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date:   Thu Nov 19 18:21:39 2009 -0500

    Windows: cm_TryBulkStatus processing changes
    
    move the logging of success or failure in order to
    try to avoid the VS8 compiler optimizing them out.
    
    merge the bulk status information if the current
    cm_scache_t object is flagged with an access denied
    failure on the last request or if it is a readonly
    volume.  This permits us to return something valid
    to the directory enumeration that generated the
    cm_TryBulkStatus call.
    
    LICENSE MIT
    
    Change-Id: I97e9e096e2c36b0a87baaa8d728b588aaf10f153
    Reviewed-on: http://gerrit.openafs.org/858
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_vnodeops.c |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

-- 
OpenAFS Master Repository