OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1893-g042f6c0
Gerrit Code Review
gerrit@openafs.org
Wed, 16 Nov 2011 06:06:51 -0800 (PST)
The following commit has been merged in the master branch:
commit 320c7292e6ae014e44e89b0da736bcc04ef42b2b
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.
Change-Id: I468e896b046192461d6fe0dc3669e5feeb7886ba
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>
src/WINNT/afsd/cm_dcache.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository