diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-09-05 05:40:54 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-09-05 05:40:54 -0400 |
commit | 151a41014bff92f353263cadc051435dc9c3258e (patch) | |
tree | aa082a0745edd5b7051668f455dfc0ee1e4a9de0 /include/net/psample.h | |
parent | ae0755b56da9db4190288155ea884331993ed51b (diff) | |
parent | 089cf7f6ecb266b6a4164919a2e69bd2f938374a (diff) |
Merge tag 'v5.3-rc7' into devel
Linux 5.3-rc7
Diffstat (limited to 'include/net/psample.h')
-rw-r--r-- | include/net/psample.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/psample.h b/include/net/psample.h index 37a4df2325b2..6b578ce69cd8 100644 --- a/include/net/psample.h +++ b/include/net/psample.h | |||
@@ -11,6 +11,7 @@ struct psample_group { | |||
11 | u32 group_num; | 11 | u32 group_num; |
12 | u32 refcount; | 12 | u32 refcount; |
13 | u32 seq; | 13 | u32 seq; |
14 | struct rcu_head rcu; | ||
14 | }; | 15 | }; |
15 | 16 | ||
16 | struct psample_group *psample_group_get(struct net *net, u32 group_num); | 17 | struct psample_group *psample_group_get(struct net *net, u32 group_num); |