Hi Aleksander,
On Fri, Jul 04, 2025 at 01:16:02PM +0300, Aleksander Alekseev wrote:
> Hi Bertrand,
>
> > While working on wait events related stuff, I noticed that the
> > wait_event_info
> > parameter in FileStartReadV() is unused.
> >
> > The unused parameter is there since 50cb7505b301, and I
Hi Bertrand,
> While working on wait events related stuff, I noticed that the wait_event_info
> parameter in FileStartReadV() is unused.
>
> The unused parameter is there since 50cb7505b301, and I think it's ok to just
> remove it (as it is set correctly in pgaio_io_perform_synchronously()).
Any
2001
From: Bertrand Drouvot
Date: Fri, 4 Jul 2025 07:12:03 +
Subject: [PATCH v1] Remove unused wait_event_info parameter in
FileStartReadV()
The unused parameter is there since 50cb7505b301, and it's ok to just
remove it (as it is set correctly in pgaio_io_perform_synchronously()).