OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-208-g6156817

Gerrit Code Review gerrit@openafs.org
Wed, 14 Sep 2022 16:36:50 -0400


The following commit has been merged in the master branch:
commit 615681710a38bd1a92f2c476df9fdab7ac1d9bdd
Author: Ben Huntsman <ben@huntsmans.net>
Date:   Sat Aug 13 11:40:44 2022 -0700

    afs: Fix missing def for pinned_heap on AIX
    
    Include sys/malloc.h in AIX's osi_sleep.c.  This resolves a build
    failure in which pinned_heap is not defined.
    
    The commit below introduced code to resolve an issue on AIX 5.3:
    
      5e5bfa6b9401ebc1fa5446e208cf46c15943c411
      Author: Tom Keiser <tkeiser@sinenomine.net>
      Date:   Mon Jun 25 21:22:49 2007 +0000
    
        aix53-avoid-wait-crash-20070625
    
    newp = (afs_event_t *) xmalloc(sizeof(afs_event_t), 5, pinned_heap);
    
    pinned_heap has always been defined in sys/malloc.h since at least
    AIX 4.1.  It is likely that the aix53-avoid-wait-crash-20070625
    commit did not compile, or that sys/malloc.h was included
    elsewhere at the time.
    
    Change-Id: If4c026ae06f8a6bba1cc78af991d1adef5102f3f
    Reviewed-on: https://gerrit.openafs.org/15108
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@auristor.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/afs/AIX/osi_sleep.c | 1 +
 1 file changed, 1 insertion(+)

-- 
OpenAFS Master Repository