OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1895-gfd42e08

Gerrit Code Review gerrit@openafs.org
Wed, 16 Nov 2011 07:05:15 -0800 (PST)


The following commit has been merged in the master branch:
commit fd42e08bf1882a02c3200e1c33a101e644aa046a
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue Nov 15 18:35:26 2011 -0500

    Windows: buf_CleanAsyncLocked dirty range only
    
    buf_CleanAsyncLocked() should not instruct cm_BufWrite() to
    write a full chunk if the current buffer is the only one that
    is dirty.  cm_BufWrite() will determine if it is appropriate
    to fill a full chunk when storing.  Instructing it to check
    a full chunk forces it to do more work than necessary.
    
    Change-Id: Ie140d405147d700196532b72f04885a301a2550f
    Reviewed-on: http://gerrit.openafs.org/6054
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsd/cm_buf.c |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository