]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fuse: removed unused function fuse_uring_create() from header
authorLuis Henriques <luis@igalia.com>
Fri, 7 Feb 2025 13:35:02 +0000 (13:35 +0000)
committerMiklos Szeredi <mszeredi@redhat.com>
Mon, 31 Mar 2025 12:55:36 +0000 (14:55 +0200)
commit841c7b812c038661e4f659d1b9c9a366c6d24b71
treeb481dd0f0dcf79abc871a82634730bf11478430d
parent09098e62e4be8f0755e58d6078aaf27cbd9a3a8d
fuse: removed unused function fuse_uring_create() from header

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.

Signed-off-by: Luis Henriques <luis@igalia.com>
Reviewed-by: Bernd Schubert <bschubert@ddn.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dev_uring_i.h