[PATCH 2/2][SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output.

2006-10-09 Thread Sridhar Samudrala
[SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output. Show the true receive buffer usage. Signed-off-by: Vlad Yasevich [EMAIL PROTECTED] Signed-off-by: Sridhar Samudrala [EMAIL PROTECTED] --- net/sctp/proc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 2/2][SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output.

2006-10-09 Thread David Miller
From: Sridhar Samudrala [EMAIL PROTECTED] Date: Mon, 09 Oct 2006 17:43:12 -0700 [SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output. Show the true receive buffer usage. Signed-off-by: Vlad Yasevich [EMAIL PROTECTED] Signed-off-by: Sridhar Samudrala [EMAIL PROTECTED] Also