[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)
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>

No differences found