Re: [PATCH] fuse: removed unused function fuse_uring_create() from header

From: Miklos Szeredi
Date: Fri Feb 14 2025 - 04:49:34 EST


On Fri, 7 Feb 2025 at 14:35, Luis Henriques <luis@xxxxxxxxxx> wrote:
>
> Function fuse_uring_create() is used only from dev_uring.c and does not
> need to be exposed in the header file. Furthermore, it has the wrong
> signature.
>
> While there, also remove the 'struct fuse_ring' forward declaration.

Applied, thanks.

Miklos