From: WANG Cong Date: Wed, 12 Feb 2014 01:07:35 +0000 (-0800) Subject: net_sched: act: clean up tca_action_flush() X-Git-Tag: v3.15-rc1~113^2~372^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03701d6ebd1fd1871b5965356f6d8e90ebe53699;p=pandora-kernel.git net_sched: act: clean up tca_action_flush() We could allocate tc_action on stack in tca_action_flush(), since it is not large. Also, we could use create_a() in tcf_action_get_1(). Cc: Jamal Hadi Salim Cc: David S. Miller Signed-off-by: Cong Wang Signed-off-by: Jamal Hadi Salim Signed-off-by: David S. Miller --- Reading git-diff-tree failed