From: Jeffrey Altman Date: Thu, 25 Sep 2008 18:26:23 +0000 (+0000) Subject: rx-global-lock-macro-correction-20080925 X-Git-Tag: openafs-devel-1_5_61~797 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=939e070c869b46abc707bbd916d4dfbe1e66a55e;p=packages%2Fo%2Fopenafs.git rx-global-lock-macro-correction-20080925 LICENSE IPL10 refer to the same macro everyone else does --- diff --git a/src/rx/rx.c b/src/rx/rx.c index 65d6c51f6..1ad46eb70 100644 --- a/src/rx/rx.c +++ b/src/rx/rx.c @@ -4559,7 +4559,7 @@ rxi_CallError(register struct rx_call *call, afs_int32 error) if (call->error) error = call->error; -#ifdef RX_GLOBAL_RXLOCK_KERNEL +#ifdef AFS_GLOBAL_RXLOCK_KERNEL if (!((call->flags & RX_CALL_TQ_BUSY) || (call->tqWaiters > 0))) { rxi_ResetCall(call, 0); } @@ -5570,7 +5570,7 @@ rxi_CheckCall(register struct rx_call *call) afs_uint32 now; afs_uint32 deadTime; -#ifdef RX_GLOBAL_RXLOCK_KERNEL +#ifdef AFS_GLOBAL_RXLOCK_KERNEL if (call->flags & RX_CALL_TQ_BUSY) { /* Call is active and will be reset by rxi_Start if it's * in an error state.