[PATCH] Fix again the fl6_sock_lookup() fixed locking

2007-10-18 Thread Pavel Emelyanov
YOSHIFUJI fairly pointed out, that the users increment should be done under the ip6_sk_fl_lock not to give IPV6_FL_A_PUT a chance to put this count to zero and release the flowlabel. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Cc: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> --- diff --git a/net

Re: [PATCH] Fix again the fl6_sock_lookup() fixed locking

2007-10-18 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Thu, 18 Oct 2007 16:36:58 +0400 > YOSHIFUJI fairly pointed out, that the users increment should > be done under the ip6_sk_fl_lock not to give IPV6_FL_A_PUT a > chance to put this count to zero and release the flowlabel. > > Signed-off-by: Pavel Eme