Re: [2.6 patch] net: drop duplicate assignment in request_sock

2006-03-26 Thread David S. Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Sun, 26 Mar 2006 14:24:10 +0200 > From: Norbert Kiesel <[EMAIL PROTECTED]> > > Just noticed that request_sock.[ch] contain a useless assignment of > rskq_accept_head to itself. I assume this is a typo and the 2nd one > was supposed to be _tail. Howeve

[2.6 patch] net: drop duplicate assignment in request_sock

2006-03-26 Thread Adrian Bunk
From: Norbert Kiesel <[EMAIL PROTECTED]> Just noticed that request_sock.[ch] contain a useless assignment of rskq_accept_head to itself. I assume this is a typo and the 2nd one was supposed to be _tail. However, setting _tail to NULL is not needed, so the patch below just drops the 2nd assignmen