Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a stru…
…ct member name" This changes UAPI, breaking iwd and libell: ell/key.c: In function 'kernel_dh_compute': ell/key.c:205:38: error: 'struct keyctl_dh_params' has no member named 'private'; did you mean 'dh_private'? struct keyctl_dh_params params = { .private = private, ^~~~~~~ dh_private This reverts commit 8a2336e. Fixes: 8a2336e ("uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name") Signed-off-by: Lubomir Rintel <[email protected]> Signed-off-by: David Howells <[email protected]> cc: Randy Dunlap <[email protected]> cc: Mat Martineau <[email protected]> cc: Stephan Mueller <[email protected]> cc: James Morris <[email protected]> cc: "Serge E. Hallyn" <[email protected]> cc: Mat Martineau <[email protected]> cc: Andrew Morton <[email protected]> cc: Linus Torvalds <[email protected]> cc: <[email protected]> Signed-off-by: James Morris <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information