From: Tom Parkin Date: Tue, 19 Mar 2013 06:11:19 +0000 (+0000) Subject: l2tp: add session reorder queue purge function to core X-Git-Tag: v3.9-rc5~28^2~27^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48f72f92b31431c40279b0fba6c5588e07e67d95;p=pandora-kernel.git l2tp: add session reorder queue purge function to core If an l2tp session is deleted, it is necessary to delete skbs in-flight on the session's reorder queue before taking it down. Rather than having each pseudowire implementation reaching into the l2tp_session struct to handle this itself, provide a function in l2tp_core to purge the session queue. Signed-off-by: Tom Parkin Signed-off-by: James Chapman Signed-off-by: David S. Miller --- Reading git-diff-tree failed