OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-189-gb28e843
Gerrit Code Review
gerrit@openafs.org
Wed, 16 Nov 2011 07:18:08 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit b28e843ee3e3229ae79e4da7d0b01ace133bd0f5
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.
Reviewed-on: http://gerrit.openafs.org/6054
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
(cherry picked from commit fd42e08bf1882a02c3200e1c33a101e644aa046a)
Change-Id: I4fadbf00ac2adb3dd1ce78118d4fe5170156d501
Reviewed-on: http://gerrit.openafs.org/6064
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