From: WANG Cong Date: Mon, 16 Dec 2013 04:15:05 +0000 (-0800) Subject: net_sched: act: use standard struct list_head X-Git-Tag: v3.14-rc1~94^2~462 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33be627159913b094bb578e83e9a7fdc66c10208;p=pandora-kernel.git net_sched: act: use standard struct list_head Currently actions are chained by a singly linked list, therefore it is a bit hard to add and remove a specific entry. Convert it to struct list_head so that in the latter patch we can remove an action without finding its head. 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