OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre7-26-g19cd276

Gerrit Code Review gerrit@openafs.org
Tue, 2 Aug 2011 13:51:40 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit a36705f48889821ff38c6f8fc72c5ccb980e14ac
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Fri Jul 29 18:09:53 2011 -0400

    Windows: Do not execute tasks on deleted files
    
    If a cm_BkgDaemon thread finds a queued request whose cm_scache_t
    has the CM_SCACHEFLAG_DELETED flag set, do not execute the request
    and fail it immediately with CM_ERROR_BADFD.  Any attempt to execute
    the request will fail with VNOVNODE from the file server.
    
    Reviewed-on: http://gerrit.openafs.org/5120
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    (cherry picked from afc3ded56795d30e4e0f38d11f8302568943c49b)
    
    Change-Id: I92610c215d7d44ceb1894bb3ab7784534a66e452
    Reviewed-on: http://gerrit.openafs.org/5146
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_daemon.c |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository