Re: [PATCH v4 1/5] rust: bindings: add io_uring headers in bindings_helper.h

From: Sidong Yang

Date: Wed Apr 08 2026 - 21:21:00 EST


On Wed, Apr 08, 2026 at 04:31:35PM +0200, Miguel Ojeda wrote:
> On Wed, Apr 8, 2026 at 4:00 PM Sidong Yang <sidong.yang@xxxxxxxxxx> wrote:
> >
> > This patch adds two headers io_uring.h io_uring/cmd.h in bindings_helper
> > for implementing rust io_uring abstraction.
> >
> > Signed-off-by: Sidong Yang <sidong.yang@xxxxxxxxxx>
>
> If there is a reason for putting it at the bottom, then please note it
> in the commit message.

Hi Miguel,

There is no reason for putting it at the bottom, They should be placed
in the proper order. This will be fixed in next version.

Thanks,
Sidong

>
> Thanks!
>
> Cheers,
> Miguel