From: David S. Miller Date: Sat, 12 Mar 2011 05:29:39 +0000 (-0500) Subject: net: Put flowi_* prefix on AF independent members of struct flowi X-Git-Tag: v2.6.39-rc1~468^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d28f42c1bd4bb2363d88df74d0128b4da135b4a;p=pandora-kernel.git net: Put flowi_* prefix on AF independent members of struct flowi I intend to turn struct flowi into a union of AF specific flowi structs. There will be a common structure that each variant includes first, much like struct sock_common. This is the first step to move in that direction. Signed-off-by: David S. Miller --- Reading git-diff-tree failed