viced: disable rx keepalives during disk io
authorDerrick Brashear <shadow@dementix.org>
Thu, 5 Jan 2012 22:19:45 +0000 (17:19 -0500)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 23 Jan 2012 05:23:19 +0000 (21:23 -0800)
commit05f3a0d1e0359f604cc6162708f3f381eabcd1d7
tree2e75d981ecfa4d1bc566cc00a4033a775188a4ba
parent6e85044efe1305cec56a2589e096eca7d8a1053a
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