Searched hist:d96d0f9617793b6cd95b9b9a8fef66f69f8f6b1b (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/dlm/ |
H A D | dlm_internal.h | diff d96d0f9617793b6cd95b9b9a8fef66f69f8f6b1b Tue Oct 11 15:23:14 CDT 2022 Paulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com> dlm: replace one-element array with fixed size array
One-element arrays are deprecated. So, replace one-element array with fixed size array member in struct dlm_ls, and refactor the rest of the code, accordingly.
Link: https://github.com/KSPP/linux/issues/79 Link: https://github.com/KSPP/linux/issues/228 Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101836 Link: https://lore.kernel.org/lkml/Y0W5jkiXUkpNl4ap@mail.google.com/
Signed-off-by: Paulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com> Reviewed-by: Gustavo A. R. Silva <gustavoars@kernel.org> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: David Teigland <teigland@redhat.com>
|
H A D | lockspace.c | diff d96d0f9617793b6cd95b9b9a8fef66f69f8f6b1b Tue Oct 11 15:23:14 CDT 2022 Paulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com> dlm: replace one-element array with fixed size array
One-element arrays are deprecated. So, replace one-element array with fixed size array member in struct dlm_ls, and refactor the rest of the code, accordingly.
Link: https://github.com/KSPP/linux/issues/79 Link: https://github.com/KSPP/linux/issues/228 Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101836 Link: https://lore.kernel.org/lkml/Y0W5jkiXUkpNl4ap@mail.google.com/
Signed-off-by: Paulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com> Reviewed-by: Gustavo A. R. Silva <gustavoars@kernel.org> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: David Teigland <teigland@redhat.com>
|