]> git.michaelhowe.org Git - packages/o/openafs.git/commit
rx: CheckBusy doesn't drop conn_call_lock
authorSimon Wilkinson <sxw@your-file-system.com>
Fri, 9 Nov 2012 23:20:42 +0000 (23:20 +0000)
committerDerrick Brashear <shadow@your-file-system.com>
Fri, 30 Nov 2012 14:07:54 +0000 (06:07 -0800)
commite9c91feace886de4640f84aa35b592b03fb61809
treeba5705453bca48a586255861a834b5cdbab38b8d
parentb5876a60f7406cdf67a4802b5b6fdf772a303eff
rx: CheckBusy doesn't drop conn_call_lock

As rxi_CheckBusy doesn't drop the conn_call_lock when it checks for
busy call slots, it doesn't need to deal with someone replacing a
call behind its back.

Change-Id: I7cc64150e32e29b0a497cded55cd187b5bb78ad1
Reviewed-on: http://gerrit.openafs.org/8535
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/rx/rx.c