From: Pravin B Shelar Date: Sun, 19 Oct 2014 18:19:51 +0000 (-0700) Subject: openvswitch: Refactor action alloc and copy api. X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~252^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fdb957d634a906ae8939bff23d45968307acbf7;p=pandora-kernel.git openvswitch: Refactor action alloc and copy api. There are two separate API to allocate and copy actions list. Anytime OVS needs to copy action list, it needs to call both functions. Following patch moves action allocation to copy function to avoid code duplication. Signed-off-by: Pravin B Shelar Acked-by: Jarno Rajahalme --- Reading git-diff-tree failed