OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3149-gdb57dfd
Gerrit Code Review
gerrit@openafs.org
Mon, 26 Nov 2012 20:03:25 -0800 (PST)
The following commit has been merged in the master branch:
commit a84c6b0ece1fdee4f462c6ce27fa78c2e0d419f4
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Nov 13 22:46:34 2012 -0600
rx: Generate BUSY packets for error call channels
Currently, if a call is error'd out but still active, we won't
generate BUSY packets if another call comes in on the same channel.
This is because we bail out earlier, here, before we get to the BUSY
processing.
The comments suggest that this is for if we enter an error state while
waiting for TQ to clear. So, only do this if our error has changed.
Change-Id: I070f2af16bc79b1ebc7d19b7cb761fdbca78344b
Reviewed-on: http://gerrit.openafs.org/8460
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/rx/rx.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository