OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-236-g7f742f4

Gerrit Code Review gerrit@openafs.org
Mon, 11 Oct 2010 12:09:00 -0700 (PDT)


The following commit has been merged in the master branch:
commit 7f742f45a2aaa9dcb400aa1dc35ce617876fe7fd
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Oct 9 03:06:07 2010 -0400

    Windows: Do not issue RXAFS change RPCs on known RO volumes
    
    If the cm_scache_t is known to be on a RO volume, do not permit
    RXAFS_xxx RPCs that would attempt to make a change to the volume
    to be issued to the file server.  Instead, return CM_ERROR_READONLY
    immediately.   This avoids triggering the abort threshold for
    the current connection on the file server.
    
    LICENSE MIT
    
    Change-Id: I9c917e60277d281e32e4609d89b541803824251f
    Reviewed-on: http://gerrit.openafs.org/2950
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_vnodeops.c |   44 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository