datapath: Remove flow refcount functionality.
authorJesse Gross <jesse@nicira.com>
Tue, 30 Oct 2012 23:34:50 +0000 (16:34 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 6 Nov 2012 02:28:27 +0000 (18:28 -0800)
Header caching previously required the ability to maintain the lifetime
of flows across RCU boundaries.  However, now that header caching is
gone we can simplfy the code and make it match the upstream version.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>

No differences found