Re: [PATCH 06/10] io_uring: add support for futex wake and wait

From: Peter Zijlstra
Date: Tue Jul 25 2023 - 10:06:31 EST


On Tue, Jul 25, 2023 at 07:48:30AM -0600, Jens Axboe wrote:

> I think I'll just have prep and prepv totally separate. It only makes
> sense to share parts of them if one is a subset of the other. That'll
> get rid of the odd conditionals and sectioning of it.

Ah, yes. Fair enough.