From 3758f80c3eeae57c71284ef7b68c960f2b7e8878 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 25 Sep 2008 18:26:47 +0000 Subject: [PATCH] STABLE14-rx-global-lock-macro-correction-20080925 LICENSE IPL10 refer to the same macro everyone else does (cherry picked from commit 939e070c869b46abc707bbd916d4dfbe1e66a55e) --- src/rx/rx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rx/rx.c b/src/rx/rx.c index 6e888f2ac..245527cd2 100644 --- a/src/rx/rx.c +++ b/src/rx/rx.c @@ -4407,7 +4407,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); } @@ -5404,7 +5404,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. -- 2.39.5