* [PATCH] AF_RXRPC: Reduce debugging noise.
@ 2007-05-09 13:51 David Howells
2007-05-09 20:56 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: David Howells @ 2007-05-09 13:51 UTC (permalink / raw)
To: akpm, netdev; +Cc: linux-kernel, linux-fsdevel, dhowells
Reduce debugging noise generated by AF_RXRPC.
Signed-off-by: David Howells <dhowells@redhat.com>
---
net/rxrpc/ar-peer.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/rxrpc/ar-peer.c b/net/rxrpc/ar-peer.c
index ce08b78..90fa107 100644
--- a/net/rxrpc/ar-peer.c
+++ b/net/rxrpc/ar-peer.c
@@ -59,14 +59,14 @@ static void rxrpc_assess_MTU_size(struct rxrpc_peer *peer)
ret = ip_route_output_key(&rt, &fl);
if (ret < 0) {
- kleave(" [route err %d]", ret);
+ _leave(" [route err %d]", ret);
return;
}
peer->if_mtu = dst_mtu(&rt->u.dst);
dst_release(&rt->u.dst);
- kleave(" [if_mtu %u]", peer->if_mtu);
+ _leave(" [if_mtu %u]", peer->if_mtu);
}
/*
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] AF_RXRPC: Reduce debugging noise.
2007-05-09 13:51 [PATCH] AF_RXRPC: Reduce debugging noise David Howells
@ 2007-05-09 20:56 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-05-09 20:56 UTC (permalink / raw)
To: dhowells; +Cc: akpm, netdev, linux-kernel, linux-fsdevel
From: David Howells <dhowells@redhat.com>
Date: Wed, 09 May 2007 14:51:47 +0100
> Reduce debugging noise generated by AF_RXRPC.
>
> Signed-off-by: David Howells <dhowells@redhat.com>
Applied, thanks David.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-09 20:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-09 13:51 [PATCH] AF_RXRPC: Reduce debugging noise David Howells
2007-05-09 20:56 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).