OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1812-g1dad690
Gerrit Code Review
gerrit@openafs.org
Fri, 28 Oct 2011 14:43:02 -0700 (PDT)
The following commit has been merged in the master branch:
commit 1dad690fc34fdd8d9df8a3be6d580441b7cae8bb
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri Oct 28 11:36:10 2011 -0400
Windows: out of date version not in current chunk
In buf_GetNewLocked(), the comparision to decide whether a
cm_buf_t is a member of the current chunk must take the data
version into account. If the data version is out of date, it
is not part of the current chunk and is an object that can be
safely recycled.
Change-Id: Id8ca0a897a0a65efc1cabbe39107ca210b48bd4e
Reviewed-on: http://gerrit.openafs.org/5734
Reviewed-by: Derrick Brashear <shadow@dementix.org>
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_buf.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository