The following commit has been merged in the openafs-stable-1_6_x branch:
commit 602130f1de65eefeb4e31e114070d544eb9edd40
Author: Simon Wilkinson <[email protected]>
Date:   Sun Apr 17 23:43:51 2011 +0100

    Linux CM: Use kernel allocator directly
    
    In another few locations within the Linux portion of the cache
    manager, directly use the kernel allocator. We can do so here
    because we can guarantee that the amount of memory being allocated
    is less than the page size, and there is a kfree() in all of the
    exit paths, so we don't need the magic freeing behaviour, either.
    
    Reviewed-on: http://gerrit.openafs.org/4752
    Reviewed-by: Derrick Brashear <[email protected]>
    Reviewed-by: Marc Dionne <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>
    (cherry picked from commit 7a70c2907b0435653098a611a140fea1ac0b2fac)
    
    Change-Id: I72fd6a2109022af5e14d90ce147705da7ccec587
    Reviewed-on: http://gerrit.openafs.org/11933
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Chas Williams <[email protected]>
    Reviewed-by: Perry Ruiter <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/afs/LINUX/osi_vfsops.c   |    4 ++--
 src/afs/LINUX/osi_vnodeops.c |   16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to