OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre2-48-g256a9f5
Gerrit Code Review
gerrit@openafs.org
Sat, 25 Feb 2012 22:33:40 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 2866c3f1b941840c54f5d5f05bd85cba9b997f94
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: Ibbd823feb5fe18f0ab0ee54af8c9b8ccb531c8bc
Reviewed-on: http://gerrit.openafs.org/6808
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/WINNT/afsd/cm_buf.c | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository