[PATCH 00/20] Const'ify flowi args in xfrm and flow cache.
From: David Miller <davem@davemloft.net> Date: 2011-02-23 03:53:30
This series walks the dependency chain marking flowi arguments
as const, when possible, in the xfrm layer.
Then at the end we are able to thus use const flowi objects in
the flow cache as well.
Signed-off-by: David S. Miller <davem@davemloft.net>