OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1250-g45071f4

Gerrit Code Review gerrit@openafs.org
Sun, 5 Jun 2011 07:40:07 -0700 (PDT)


The following commit has been merged in the master branch:
commit 45071f4bc0a8631eb6bd09c73a24de33714fa151
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sun Apr 17 23:40:55 2011 +0100

    Linux CM: Use kernel allocator directly for events
    
    When allocating memory for our events system, use the kernel
    allocator directly, rather than going via our shim. This is much
    more efficient, but has the drawback that we are now responsible
    for freeing our own memory, rather than it all being magically
    given back upon shutdown.
    
    Change-Id: I9cb31e4c6b5b4ff2497b627e7ab87716e6da6fa9
    Reviewed-on: http://gerrit.openafs.org/4751
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/LINUX/osi_module.c     |    1 +
 src/afs/LINUX/osi_prototypes.h |    3 +++
 src/afs/LINUX/osi_sleep.c      |   23 ++++++++++++++++-------
 3 files changed, 20 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository