--- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -2683,7 +2683,7 @@ static bool io_file_supports_async(struc return true; return false; } - if (S_ISCHR(mode) || S_ISSOCK(mode)) + if (S_ISSOCK(mode)) return true; if (S_ISREG(mode)) { if (IS_ENABLED(CONFIG_BLOCK) &&