[TCP] inet_twdr_hangman: Delete unnecessary memory barrier().
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 7 Dec 2006 08:12:30 +0000 (00:12 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 7 Dec 2006 08:12:30 +0000 (00:12 -0800)
commit905eee008b5440e30186ab72c238ec8cb2886f74
treee97e5d829093dac74e7047c3bbbbacc284287ef0
parente16aa207ccb61c5111525c462eeeba1f3f5fd370
[TCP] inet_twdr_hangman: Delete unnecessary memory barrier().

As per Ralf Baechle's observations, the schedule_work() call
should give enough of a memory barrier, so the explicit one
here is totally unnecessary.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/inet_timewait_sock.c