OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_19-12-ge843167
Gerrit Code Review
gerrit@openafs.org
Tue, 13 Nov 2012 21:26:02 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit e84316780bec7dc6f125b37c277026692ecc0de1
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Tue Nov 13 17:59:06 2012 -0500
Windows: Do not reset cm_buf.offset on error
When an error occurs the cm_buf_t is not removed from the
hash tables. Since the scacheHashTable hash is built from
the fid and the offset it is not safe to reset the offset field.
Resetting the offset field results in an assertion failure
during buffer recycling.
Reviewed-on: http://gerrit.openafs.org/8452
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit f56c01d313140b625b4342feddfe464342d1ced4)
Change-Id: I4c64e8b6a8a158d3b3faeaef301792a667f4a8b2
Reviewed-on: http://gerrit.openafs.org/8454
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsd/cm_buf.c | 5 -----
src/WINNT/afsd/cm_dcache.c | 1 -
2 files changed, 0 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository