Re: [PATCH] AF_RXRPC: Return the number of bytes buffered in rxrpc_send_data()

2007-06-19 Thread David Miller
From: David Howells [EMAIL PROTECTED] Date: Mon, 18 Jun 2007 12:52:36 +0100 Return the number of bytes buffered in rxrpc_send_data(). Signed-off-by: David Howells [EMAIL PROTECTED] Patch applied, thanks a lot David. - To unsubscribe from this list: send the line unsubscribe netdev in the

[PATCH] AF_RXRPC: Return the number of bytes buffered in rxrpc_send_data()

2007-06-18 Thread David Howells
Return the number of bytes buffered in rxrpc_send_data(). Signed-off-by: David Howells [EMAIL PROTECTED] --- net/rxrpc/ar-output.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/net/rxrpc/ar-output.c b/net/rxrpc/ar-output.c index 591c442..cc9102c 100644 ---