From: Fabio Checconi Date: Thu, 20 Mar 2008 22:54:58 +0000 (-0700) Subject: bridge: use time_before() in br_fdb_cleanup() X-Git-Tag: v2.6.25-rc7~54^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bec008ca9fd009aa503b75344d1c22da9256141;p=pandora-kernel.git bridge: use time_before() in br_fdb_cleanup() In br_fdb_cleanup() next_timer and this_timer are in jiffies, so they should be compared using the time_after() macro. Signed-off-by: Fabio Checconi Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed