OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2397-ga187be1

Gerrit Code Review gerrit@openafs.org
Fri, 13 Apr 2012 17:43:24 -0700 (PDT)


The following commit has been merged in the master branch:
commit a187be182ce2915b68af0e318bef352d41f7715a
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sun Jan 8 11:45:57 2012 +0000

    rx: Rework code which pulls packet from recv queue
    
    Both rxi_ReadProc and rxi_FillReadVector contained copies of the
    same code to pull a packet out of the receive queue, and turn it
    into the call's currentPacket. Abstract this out into a single common
    function, so we're not maintaining the same code in two different
    places.
    
    Change-Id: I20af6b4ff19f05e21ffde1a80609be12ad6cfeee
    Reviewed-on: http://gerrit.openafs.org/7195
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/rx/rx_rdwr.c |  256 ++++++++++++++++++++++++------------------------------
 1 files changed, 112 insertions(+), 144 deletions(-)

-- 
OpenAFS Master Repository