Re: [PATCH net-next] rxrpc: Add missing "new peer" trace

2019-10-04 Thread David Miller
From: David Howells Date: Thu, 03 Oct 2019 17:45:57 +0100 > There was supposed to be a trace indicating that a new peer had been > created. Add it. > > Signed-off-by: David Howells Applied.

[PATCH net-next] rxrpc: Add missing "new peer" trace

2019-10-03 Thread David Howells
There was supposed to be a trace indicating that a new peer had been created. Add it. Signed-off-by: David Howells --- net/rxrpc/peer_object.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/net/rxrpc/peer_object.c b/net/rxrpc/peer_object.c index 9c3ac96f71cb..bf4dd6cf79a0 100644 ---