OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3000-g7c04844
Gerrit Code Review
gerrit@openafs.org
Tue, 16 Oct 2012 01:48:53 -0700 (PDT)
The following commit has been merged in the master branch:
commit 7c0484413d9928512b934ee92b2634444dd8ae58
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Sep 7 17:04:18 2012 -0500
LINUX: Allocate error queue buffer once
We call osi_HandleSocketError in a loop, so make sure we process all
of the errors. We were allocating a buffer to process the errors in
osi_HandleSocketError itself, but we can reuse the same buffer on
subsequent invocations, to reduce allocation/free pressure if we need
to call osi_HandleSocketError more than once. So, do that.
Change-Id: Idca2b9d21a48a868574ce6cfc5efe2efba3570a1
Reviewed-on: http://gerrit.openafs.org/8115
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/rx/LINUX/rx_knet.c | 51 +++++++++++++++++++++++++++--------------------
1 files changed, 29 insertions(+), 22 deletions(-)
--
OpenAFS Master Repository