Re: [PATCH] char/mem: only use {read,write}_iter, not the old {read,write} functions

From: Jens Axboe
Date: Fri May 20 2022 - 11:11:47 EST


On 5/20/22 9:09 AM, Al Viro wrote:
> On Fri, May 20, 2022 at 03:50:30PM +0200, Jason A. Donenfeld wrote:
>> Currently mem.c implements both the {read,write}_iter functions and the
>> {read,write} functions. But with {read,write} going away at some point
>> in the future,
>
> Not likely to happen, unfortunately.
>
>> and most kernel code made to prefer {read,write}_iter,
>> there's no point in keeping around the old code.
>
> Profile and you'll see ;-/

Weren't you working on bits to get us to performance parity there?
What's the status of that?

It really is an unfortunate situation we're currently in with two
methods for either read or write, with one being greatly preferred as we
can pass in non-file associated state (like IOCB_NOWAIT, etc) but the
older variant being a bit faster. It lives us in a bad place, imho.

--
Jens Axboe