diff options
Diffstat (limited to 'include/linux/flex_array.h')
| -rw-r--r-- | include/linux/flex_array.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/flex_array.h b/include/linux/flex_array.h index ebeb2f3ad06..6843cf193a4 100644 --- a/include/linux/flex_array.h +++ b/include/linux/flex_array.h | |||
| @@ -21,6 +21,8 @@ struct flex_array { | |||
| 21 | struct { | 21 | struct { |
| 22 | int element_size; | 22 | int element_size; |
| 23 | int total_nr_elements; | 23 | int total_nr_elements; |
| 24 | int elems_per_part; | ||
| 25 | u32 reciprocal_elems; | ||
| 24 | struct flex_array_part *parts[]; | 26 | struct flex_array_part *parts[]; |
| 25 | }; | 27 | }; |
| 26 | /* | 28 | /* |
