OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2119-g05f3a0d
Gerrit Code Review
gerrit@openafs.org
Sun, 22 Jan 2012 21:24:21 -0800 (PST)
The following commit has been merged in the master branch:
commit 05f3a0d1e0359f604cc6162708f3f381eabcd1d7
Author: Derrick Brashear <shadow@dementix.org>
Date: Thu Jan 5 17:19:45 2012 -0500
viced: disable rx keepalives during disk io
when we are going to hit the backend storage, disable keepalives.
the net effect of this is that no idle dead time is needed; instead,
the normal dead time will result in a connection with no activity
simply dying naturally if i/o blocks forever.
it's important that keepalives be enabled during callback breaks,
so that is done.
Change-Id: I1a7bfe0bc62a092ca7dd6dbc4710f1b8254ca9a1
Reviewed-on: http://gerrit.openafs.org/6515
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/viced/afsfileprocs.c | 309 +++++++++++++++++++++++++++++++---------------
1 files changed, 209 insertions(+), 100 deletions(-)
--
OpenAFS Master Repository