[PATCH net-next 1/3] rxrpc: Set connection expiry on idle, not put

2016-08-23 Thread David Howells
Set the connection expiry time when a connection becomes idle rather than doing this in rxrpc_put_connection(). This makes the put path more efficient (it is likely to be called occasionally whilst a connection has outstanding calls because active workqueue items needs to be given a ref). The

[PATCH net-next 1/3] rxrpc: Set connection expiry on idle, not put

2016-08-23 Thread David Howells
Set the connection expiry time when a connection becomes idle rather than doing this in rxrpc_put_connection(). This makes the put path more efficient (it is likely to be called occasionally whilst a connection has outstanding calls because active workqueue items needs to be given a ref). The