OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_71-45-g03ac7bd
Gerrit Code Review
gerrit@openafs.org
Mon, 8 Feb 2010 19:54:25 -0800 (PST)
The following commit has been merged in the master branch:
commit 03ac7bd100d93f2f47b5e3724c61e3d93a9eca56
Author: Antoine Verheijen <antoine@ualberta.ca>
Date: Mon Feb 8 15:07:09 2010 -0700
OpenBSD: move AFS memory type offet
The internal malloc memory types for IPv6 (M_IP6OPT, ...) conflict
with the type numbers used to designate AFS memory (M_AFSFID, etc.).
This change moves the AFS memory type to a new number that does not
conflict. This is not a serious issue but can create real confusion
when trying to debug or track memory issues, among other things.
Change-Id: Icccaa7c06443cab008013414cb3c2ab4ea08889e
Reviewed-on: http://gerrit.openafs.org/1271
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/OBSD/osi_machdep.h | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository