diff options
author | Bernd Schubert <bschubert@ddn.com> | 2025-01-20 02:29:10 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2025-01-27 18:02:23 +0100 |
commit | 786412a73e7ee5b00ef3437bbf2f3a250759b2ae (patch) | |
tree | 25a22ee03b811d0a6e26b1ad514f00b8ca49bacc /fs/fuse/dev_uring.c | |
parent | 3393ff964e0fa5def66570c54a4612bf9df06b76 (diff) |
fuse: enable fuse-over-io-uring
All required parts are handled now, fuse-io-uring can
be enabled.
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Reviewed-by: Pavel Begunkov <asml.silence@gmail.com> # io_uring
Reviewed-by: Luis Henriques <luis@igalia.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/fuse/dev_uring.c')
-rw-r--r-- | fs/fuse/dev_uring.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/fuse/dev_uring.c b/fs/fuse/dev_uring.c index ea197ccd4c51..3bdc75518e5b 100644 --- a/fs/fuse/dev_uring.c +++ b/fs/fuse/dev_uring.c @@ -1084,8 +1084,7 @@ static int fuse_uring_register(struct io_uring_cmd *cmd, * Entry function from io_uring to handle the given passthrough command * (op code IORING_OP_URING_CMD) */ -int __maybe_unused fuse_uring_cmd(struct io_uring_cmd *cmd, - unsigned int issue_flags) +int fuse_uring_cmd(struct io_uring_cmd *cmd, unsigned int issue_flags) { struct fuse_dev *fud; struct fuse_conn *fc; |