All required parts are handled now, fuse-io-uring can be enabled. Signed-off-by: Bernd Schubert <bschubert@xxxxxxx> --- fs/fuse/dev_uring.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/fuse/dev_uring.c b/fs/fuse/dev_uring.c index fe24e31bbfecec526f88bc5b82b0aa132357c1cc..0039be997ededd29b094d84001958de3de91fe5a 100644 --- a/fs/fuse/dev_uring.c +++ b/fs/fuse/dev_uring.c @@ -1060,9 +1060,6 @@ int fuse_uring_cmd(struct io_uring_cmd *cmd, unsigned int issue_flags) u32 cmd_op = cmd->cmd_op; int err; - /* Disabled for now, especially as teardown is not implemented yet */ - pr_info_ratelimited("fuse-io-uring is not enabled yet\n"); - return -EOPNOTSUPP; if (!enable_uring) { pr_info_ratelimited("fuse-io-uring is disabled\n"); -- 2.43.0