The forw_packet list node is wrongly attributed to the icmp socket code.
Reviewed-by: Sven Eckelmann sven@narfation.org Signed-off-by: Linus Lüssing linus.luessing@c0d3.blue ---
Changes in v2: * "Reviewed-by:" added * detached from patchset
net/batman-adv/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h index b3dd1a3..97336ec 100644 --- a/net/batman-adv/types.h +++ b/net/batman-adv/types.h @@ -1363,7 +1363,7 @@ struct batadv_skb_cb {
/** * struct batadv_forw_packet - structure for bcast packets to be sent/forwarded - * @list: list node for batadv_socket_client::queue_list + * @list: list node for batadv_priv::forw_{bat,bcast}_list * @send_time: execution time for delayed_work (packet sending) * @own: bool for locally generated packets (local OGMs are re-scheduled after * sending)
On Dienstag, 23. August 2016 03:13:16 CEST Linus Lüssing wrote:
The forw_packet list node is wrongly attributed to the icmp socket code.
Reviewed-by: Sven Eckelmann sven@narfation.org Signed-off-by: Linus Lüssing linus.luessing@c0d3.blue
Changes in v2:
- "Reviewed-by:" added
- detached from patchset
net/batman-adv/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in 06dc56bb9db09c0967066b7d6d1783436a53c23c [1].
Kind regards, Sven
[1] https://git.open-mesh.org/batman-adv.git/commit/06dc56bb9db09c0967066b7d6d17...
b.a.t.m.a.n@lists.open-mesh.org