OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12pre2-13-g9af780a

Gerrit Code Review gerrit@openafs.org
Mon, 8 Feb 2010 20:23:45 -0800 (PST)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit 9af780a1ece48e2f5f5e10330a7f37291d8c6ae8
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>
    (cherry picked from commit 03ac7bd100d93f2f47b5e3724c61e3d93a9eca56)
    Change-Id: I518850e0a4ac4e527f5cedba6cdc83daeafb6ddd
    Reviewed-on: http://gerrit.openafs.org/1258

 src/afs/OBSD/osi_machdep.h |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository