rx: arrange for Finalize to really stop running calls
authorDerrick Brashear <shadow@dementix.org>
Thu, 15 Sep 2011 17:48:31 +0000 (13:48 -0400)
committerDerrick Brashear <shadow@dementix.org>
Thu, 15 Sep 2011 19:49:48 +0000 (12:49 -0700)
commit6196abf3c864f8cc6ab1efc6e5625a5cc68158bd
treed0abba891f1765f746453930e935135be95d2d66
parente6c04df407036b82c980d933d56ebce686c79e0f
rx: arrange for Finalize to really stop running calls

previously rxi_ServerProc would happily error a call once
rx_tranquil was set, but keep calling ExecuteRequest.
Reorder code so kernel shutdown attempts are processed first;
then arrange if we are tranquil to not process the call further.

Issue discovered by Chaskiel Grundman.

Change-Id: I545960fb0eb0d5151baa7e06e2758cdeaf0885da
Reviewed-on: http://gerrit.openafs.org/5447
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/rx/rx.c