From: David S. Miller Date: Thu, 7 Dec 2006 08:12:30 +0000 (-0800) Subject: [TCP] inet_twdr_hangman: Delete unnecessary memory barrier(). X-Git-Tag: v2.6.20-rc1~145^2^2~7^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=905eee008b5440e30186ab72c238ec8cb2886f74;p=pandora-kernel.git [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 --- Reading git-diff-tree failed