OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-186-ga2a437f
Gerrit Code Review
gerrit@openafs.org
Wed, 16 Nov 2011 07:17:03 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit a2a437f60773913bf011d688c24dd296c73d71c5
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Tue Nov 15 19:00:05 2011 -0500
Windows: cm_SetupStoreBIOD use firstModOffset chunk
When cm_SetupStoreBIOD attempts to store a chunk to the file
server it should not use *inOffsetp as the start of the range.
There is no guarantee that the buffer at *inOffsetp is dirty.
Instead use firstModOffset which refers to the first known
dirty buffer in the range specified by the caller. Attempt
to fill a chunk of consecutive dirty buffers from that point.
Reviewed-on: http://gerrit.openafs.org/6057
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
(cherry picked from commit 320c7292e6ae014e44e89b0da736bcc04ef42b2b)
Change-Id: I790e06790702b19c74e27e92a11112be669286c1
Reviewed-on: http://gerrit.openafs.org/6061
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsd/cm_dcache.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository