Re: [PATCH net] Revert "rxrpc: Allow failed client calls to be retried"

2019-01-15 Thread David Miller
From: David Howells Date: Thu, 10 Jan 2019 16:59:13 + > The changes introduced to allow rxrpc calls to be retried creates an issue > when it comes to refcounting afs_call structs. The problem is that when > rxrpc_send_data() queues the last packet for an asynchronous call, the > following se

[PATCH net] Revert "rxrpc: Allow failed client calls to be retried"

2019-01-10 Thread David Howells
The changes introduced to allow rxrpc calls to be retried creates an issue when it comes to refcounting afs_call structs. The problem is that when rxrpc_send_data() queues the last packet for an asynchronous call, the following sequence can occur: (1) The notify_end_tx callback is invoked which