OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-82-gaa9072c

Gerrit Code Review gerrit@openafs.org
Thu, 19 Nov 2009 08:57:01 -0800 (PST)


The following commit has been merged in the master branch:
commit aa9072ce40f7af11919252da82179b45481eb878
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date:   Fri Nov 13 13:56:20 2009 -0500

    Windows: cm_BkgDaemon requeuing only applies to BkgStore
    
    cm_BkgDaemon currently requeues failed requests for a variety
    of errors.  It only applies to cm_BkgStore requests.  The current
    code only supports cm_BkgStore and cm_BkgPrefetch operations.
    Additional background operations may be added in the future.
    If requeues are meant to apply to the new operations, they should
    be explicitly specified.  Specify cm_BkgStore explicitly now.
    
    LICENSE MIT
    
    Change-Id: Iae7c5fe4f2f7bc701ebe93500626b68f49b0063f
    Reviewed-on: http://gerrit.openafs.org/824
    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_daemon.c |   50 ++++++++++++++++++++++---------------------
 1 files changed, 26 insertions(+), 24 deletions(-)

-- 
OpenAFS Master Repository