Re: missing spin_unlock in tcp_v4_get_port

2005-08-22 Thread David S. Miller
From: Ted Unangst <[EMAIL PROTECTED]> Subject: missing spin_unlock in tcp_v4_get_port Date: Mon, 22 Aug 2005 14:17:36 -0700 > There appears to be a missing spin_unlock in tcp_v4_get_port. > > do {rover++; >

missing spin_unlock in tcp_v4_get_port

2005-08-22 Thread Ted Unangst
There appears to be a missing spin_unlock in tcp_v4_get_port. do {rover++; if (rover > high) rover = low; head = &tcp_bhash[tcp_bhashfn(rover)]; spin_lock(&