diff options
Diffstat (limited to 'net/openvswitch/flow.c')
| -rw-r--r-- | net/openvswitch/flow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/flow.c b/net/openvswitch/flow.c index ad1aeeb4f373..fb36f8565161 100644 --- a/net/openvswitch/flow.c +++ b/net/openvswitch/flow.c | |||
| @@ -1981,6 +1981,7 @@ nla_put_failure: | |||
| 1981 | * Returns zero if successful or a negative error code. */ | 1981 | * Returns zero if successful or a negative error code. */ |
| 1982 | int ovs_flow_init(void) | 1982 | int ovs_flow_init(void) |
| 1983 | { | 1983 | { |
| 1984 | BUILD_BUG_ON(__alignof__(struct sw_flow_key) % __alignof__(long)); | ||
| 1984 | BUILD_BUG_ON(sizeof(struct sw_flow_key) % sizeof(long)); | 1985 | BUILD_BUG_ON(sizeof(struct sw_flow_key) % sizeof(long)); |
| 1985 | 1986 | ||
| 1986 | flow_cache = kmem_cache_create("sw_flow", sizeof(struct sw_flow), 0, | 1987 | flow_cache = kmem_cache_create("sw_flow", sizeof(struct sw_flow), 0, |
