[1/1] connector: Bugfix for cn_call_callback()

2007-03-07 Thread Evgeniy Polyakov
When system under heavy stress and must allocate new work instead of reusing old one, new work must use correct completion callback. Patch is based on Philipp's and Lars' work. I only cleaned small stuff (and removed spaces instead of tabs). Signed-off-by: Philipp Reisner [EMAIL PROTECTED]

Re: [1/1] connector: Bugfix for cn_call_callback()

2007-03-07 Thread David Miller
From: Evgeniy Polyakov [EMAIL PROTECTED] Date: Wed, 7 Mar 2007 15:10:30 +0300 When system under heavy stress and must allocate new work instead of reusing old one, new work must use correct completion callback. Patch is based on Philipp's and Lars' work. I only cleaned small stuff (and