Re: [PATCH 2/2] eventfd: simplify eventfd_signal_mask()

From: Christian Brauner
Date: Thu Jul 13 2023 - 10:00:56 EST


On Thu, Jul 13, 2023 at 01:59:01PM +0200, Petr Machata wrote:
>
> Christian Brauner <brauner@xxxxxxxxxx> writes:
>
> > @@ -82,9 +83,9 @@ __u64 eventfd_signal_mask(struct eventfd_ctx *ctx, __u64 n, __poll_t mask)
> > *
> > * Returns the amount by which the counter was incremented.
>
> This should be reworded to reflect the fact that the function now
> returns a bool.

Thanks, I'll update that in-tree to avoid respamming everyone.