From: [EMAIL PROTECTED]
Date: Thu, 13 Dec 2007 16:02:36 -0800
> From: Andrew Morton <[EMAIL PROTECTED]>
>
> As noted by Kevin, tipc's release() does down_interruptible() and ignores the
> return value. So if signal_pending() we'll end up doing up() on a non-downed
> semaphore. Fix.
>
> Cc: Kev
From: Andrew Morton <[EMAIL PROTECTED]>
As noted by Kevin, tipc's release() does down_interruptible() and ignores the
return value. So if signal_pending() we'll end up doing up() on a non-downed
semaphore. Fix.
Cc: Kevin Winchester <[EMAIL PROTECTED]>
Cc: Per Liden <[EMAIL PROTECTED]>
Cc: Jon M