commit | 7654cb1ba7d0f312a6841d35d0f576db4723e8a3 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Thu Jun 07 07:57:16 2018 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Jun 12 16:19:22 2018 -0700 |
tree | 70bce312ae6b47e962a8623e64dd2c525a013116 | |
parent | 5b572e25c3649235969e4ada67cde27b5bb24979 [diff] |
Convert infiniband uverbs to struct_size The flows were hidden from the C compiler; expose them as a zero-length array to allow struct_size to work. Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Signed-off-by: Kees Cook <keescook@chromium.org>