diff options
author | David Howells <dhowells@redhat.com> | 2022-05-06 16:13:13 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2022-11-08 16:42:28 +0000 |
commit | 4e76bd406d6e9208ea558953862a47524829688c (patch) | |
tree | be171130ffa30edada01c299c380880d4d0ed361 /net/rxrpc/ar-internal.h | |
parent | a4ea4c47761943d90cd5d1688b3c3c65922ff2b1 (diff) | |
download | lwn-4e76bd406d6e9208ea558953862a47524829688c.tar.gz lwn-4e76bd406d6e9208ea558953862a47524829688c.zip |
rxrpc: Remove call->lock
call->lock is no longer necessary, so remove it.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Diffstat (limited to 'net/rxrpc/ar-internal.h')
-rw-r--r-- | net/rxrpc/ar-internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h index d7aebe82e17c..5ec30e84360b 100644 --- a/net/rxrpc/ar-internal.h +++ b/net/rxrpc/ar-internal.h @@ -601,7 +601,6 @@ struct rxrpc_call { unsigned long user_call_ID; /* user-defined call ID */ unsigned long flags; unsigned long events; - spinlock_t lock; spinlock_t notify_lock; /* Kernel notification lock */ rwlock_t state_lock; /* lock for state transition */ u32 abort_code; /* Local/remote abort code */ |