diff mbox series

[RFC,b/azure,2/8] azure XDP generic fixes - option 1

Message ID 20190613192630.31244-3-ioanna-maria.alifieraki@canonical.com
State New
Headers show
Series azure XDP generic fixes - option 1 | expand

Commit Message

Ioanna Alifieraki June 13, 2019, 7:26 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1831254

This change comes from commit d4546c2509b1e9cd082e368 and is needed for
the commits that follow.
Since d4546c2509b1e9cd082e368 is quite big we just pick up only what we
need.

Signed-off-by: Ioanna Alifieraki <ioanna-maria.alifieraki@canonical.com>
---
 include/linux/skbuff.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 610a201126ee..1b86e0748e46 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -679,6 +679,7 @@  struct sk_buff {
 			};
 		};
 		struct rb_node	rbnode; /* used in netem & tcp stack */
+                struct list_head list;
 	};
 	struct sock		*sk;