diff options
author | Jens Axboe <axboe@kernel.dk> | 2021-04-01 16:38:34 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-04-01 16:56:28 +0200 |
commit | 4b982bd0f383db9132e892c0c5144117359a6289 (patch) | |
tree | 9b069f16d20a21e408f6d3821372f0c7acdf9d3d /fs/io-wq.c | |
parent | io_uring: drop sqd lock before handling signals for SQPOLL (diff) | |
download | linux-4b982bd0f383db9132e892c0c5144117359a6289.tar.xz linux-4b982bd0f383db9132e892c0c5144117359a6289.zip |
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: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/io-wq.c')
0 files changed, 0 insertions, 0 deletions