Re: [PATCH] rxrpc: Simplify connect() implementation and simplify sendmsg() op

2016-06-09 Thread David Miller
From: David Howells Date: Thu, 09 Jun 2016 23:02:51 +0100 > Simplify the RxRPC connect() implementation. It will just note the > destination address it is given, and if a sendmsg() comes along with no > address, this will be assigned as the address. No transport struct will be > held internally

Re: [PATCH] rxrpc: Simplify connect() implementation and simplify sendmsg() op

2016-06-09 Thread David Howells
Can you take this into net/next please? Thanks, David