OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-146-gf6a91a2

Gerrit Code Review gerrit@openafs.org
Thu, 5 Aug 2010 12:15:13 -0700 (PDT)


The following commit has been merged in the master branch:
commit f6a91a28ccd38cdaa917cbd140c567dbd1651322
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Aug 5 01:43:24 2010 -0400

    Windows: optimize buf_FlushCleanPages
    
    If the pages to be flushed are from a readonly or backup volume
    they can't be dirty.  In this case there is no need to stabilize
    the pages before they are locked and recycled.
    
    Stablilization is performed on the cm_scache_t object so do not
    stabilize and unstablize for each cm_buf_t object.
    
    LICENSE MIT
    
    Change-Id: I6fa86cf0a33dc9f45d77911909e799c0fc6510cf
    Reviewed-on: http://gerrit.openafs.org/2518
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_buf.c |   32 ++++++++++++++++++--------------
 1 files changed, 18 insertions(+), 14 deletions(-)

-- 
OpenAFS Master Repository