mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-27 04:22:58 +00:00
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
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user