]> git.baikalelectronics.ru Git - kernel.git/commit
inet: Kill FLOWI_FLAG_PRECOW_METRICS.
authorDavid S. Miller <davem@davemloft.net>
Tue, 10 Jul 2012 11:01:57 +0000 (04:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Jul 2012 05:40:12 +0000 (22:40 -0700)
commit6a09a547499ffdc0fd59369c0604903e0e20695c
treecb3d49ded9da2def0c08e9f5085af870aeadc993
parent3e3c470dd0c241a0609c5fed912e6cc901a4ea2c
inet: Kill FLOWI_FLAG_PRECOW_METRICS.

No longer needed.  TCP writes metrics, but now in it's own special
cache that does not dirty the route metrics.  Therefore there is no
longer any reason to pre-cow metrics in this way.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/flow.h
include/net/inet_sock.h
include/net/route.h
net/ipv4/inet_connection_sock.c
net/ipv4/route.c
net/ipv6/route.c