The following commit has been merged in the master branch:
commit 1798fe6da1d40c083bc10fe101a73b5f67b6fa0d
Author: Simon Wilkinson <[email protected]>
Date:   Fri Apr 23 18:03:49 2010 +0100

    Linux: Use kernel network helper functions
    
    Linux has various network helper functions available, which are
    guaranteed to do the right thing in terms of setting address space
    limits, not dereferencing NULL pointers, and the like. Use these, where
    they're available, rather than rolling our own.
    
    kernel_sendmsg and kernel_recvmsg appeared in 2.6.8.
    
    Change-Id: I1cd91afd2182ad936756bbc4cf692262499c16e4
    Reviewed-on: http://gerrit.openafs.org/1822
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 acinclude.m4               |    1 +
 src/afs/LINUX/osi_compat.h |   31 +++++++++++++++++++++++++++++++
 src/cf/linux-test4.m4      |   13 +++++++++++++
 src/rx/LINUX/rx_knet.c     |   43 +++++++++++--------------------------------
 4 files changed, 56 insertions(+), 32 deletions(-)

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

Reply via email to