Re: [PATCH] fs: optimise kiocb_set_rw_flags()

From: Pavel Begunkov
Date: Sun Aug 02 2020 - 04:23:42 EST


On 01/08/2020 20:02, Jens Axboe wrote:
> On 8/1/20 4:36 AM, Pavel Begunkov wrote:
>> Use a local var to collect flags in kiocb_set_rw_flags(). That spares
>> some memory writes and allows to replace most of the jumps with MOVEcc.
>
> I've picked this one up.

Thanks

--
Pavel Begunkov