From: Thomas Graf Date: Fri, 10 Nov 2006 22:11:04 +0000 (-0800) Subject: [IPv6] rules: Remove bogus tos validation check X-Git-Tag: v2.6.20-rc1~34^2~40^2~396 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f465e489c457821751f6253abaaf28c10f9d8895;p=pandora-kernel.git [IPv6] rules: Remove bogus tos validation check Noticed by Al Viro: (frh->tos & ~IPV6_FLOWINFO_MASK)) where IPV6_FLOWINFO_MASK is htonl(0xfffffff) and frh->tos is u8, which makes no sense here... Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed