From 939e070c869b46abc707bbd916d4dfbe1e66a55e Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 25 Sep 2008 18:26:23 +0000 Subject: [PATCH] rx-global-lock-macro-correction-20080925 LICENSE IPL10 refer to the same macro everyone else does --- 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 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. -- 2.39.5