Hey everyone, This simplifies the eventfd_signal() and eventfd_signal_mask() helpers significantly. They can be made void and not take any unnecessary arguments.
I've added a few more simplifications based on Sean's suggestion. Signed-off-by: Christian Brauner <[email protected]> Changes in v2: - further simplify helpers - Link to v1: https://lore.kernel.org/r/[email protected] --- --- base-commit: b85ea95d086471afb4ad062012a4d73cd328fa86 change-id: 20230713-vfs-eventfd-signal-0b0d167ad6ec
