Skip to content
Commit 4b982bd0 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: don't mark S_ISBLK async work as unbounded



S_ISBLK is marked as unbounded work for async preparation, because it
doesn't match S_ISREG. That is incorrect, as any read/write to a block
device is also a bounded operation. Fix it up and ensure that S_ISBLK
isn't marked unbounded.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 82734c5b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment