diff --git a/fs/io_uring.c b/fs/io_uring.c index 0efa583b936965b2f16bd1dee1bed8e722f0ac34..3d685dd6109b41f590df088b9031f7a083d94dc1 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -934,7 +934,7 @@ static const struct io_op_def io_op_defs[] = { .needs_file = 1, .hash_reg_file = 1, .unbound_nonreg_file = 1, - .work_flags = IO_WQ_WORK_BLKCG, + .work_flags = IO_WQ_WORK_BLKCG | IO_WQ_WORK_FILES, }, [IORING_OP_PROVIDE_BUFFERS] = {}, [IORING_OP_REMOVE_BUFFERS] = {},