]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fuse: rename to fuse_dev_end_requests and make non-static
authorBernd Schubert <bschubert@ddn.com>
Mon, 20 Jan 2025 01:28:54 +0000 (02:28 +0100)
committerMiklos Szeredi <mszeredi@redhat.com>
Fri, 24 Jan 2025 10:53:25 +0000 (11:53 +0100)
commit92270d076115ae81b83f0605703602d2d5a866e2
treeabb50558ac58387f74a5cd8a230968b5f5294b14
parentffd294d346d185b70e28b1a28abe367bbfe53c04
fuse: rename to fuse_dev_end_requests and make non-static

This function is needed by fuse_uring.c to clean ring queues,
so make it non static. Especially in non-static mode the function
name 'end_requests' should be prefixed with fuse_

Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Joanne Koong <joannelkoong@gmail.com>
Reviewed-by: Luis Henriques <luis@igalia.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dev.c
fs/fuse/fuse_dev_i.h [new file with mode: 0644]