net: Put flowi_* prefix on AF independent members of struct flowi
authorDavid S. Miller <davem@davemloft.net>
Sat, 12 Mar 2011 05:29:39 +0000 (00:29 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Mar 2011 23:08:44 +0000 (15:08 -0800)
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 <davem@davemloft.net>

No differences found