diff options
| author | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
| commit | ea4d65f14f6aaa53e379b93c5544245ef081b3e7 (patch) | |
| tree | a15485f4f1cf547a52b31fa8e16e14b9579b7200 /include/net/netns/nftables.h | |
| parent | ce32d59ee2cd036f6e8a6ed17a06a0b0bec5c67c (diff) | |
| parent | 496f3347d834aec91c38b45d6249ed00f58ad233 (diff) | |
Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2
Diffstat (limited to 'include/net/netns/nftables.h')
| -rw-r--r-- | include/net/netns/nftables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/nftables.h b/include/net/netns/nftables.h index 94767ea3a490..286fd960896f 100644 --- a/include/net/netns/nftables.h +++ b/include/net/netns/nftables.h | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | struct netns_nftables { | 7 | struct netns_nftables { |
| 8 | struct list_head tables; | 8 | struct list_head tables; |
| 9 | struct list_head commit_list; | 9 | struct list_head commit_list; |
| 10 | struct mutex commit_mutex; | ||
| 10 | unsigned int base_seq; | 11 | unsigned int base_seq; |
| 11 | u8 gencursor; | 12 | u8 gencursor; |
| 12 | u8 validate_state; | 13 | u8 validate_state; |
