commit | 905eee008b5440e30186ab72c238ec8cb2886f74 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Thu Dec 07 00:12:30 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Dec 07 00:12:30 2006 -0800 |
tree | e97e5d829093dac74e7047c3bbbbacc284287ef0 | |
parent | e16aa207ccb61c5111525c462eeeba1f3f5fd370 [diff] |
[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>