diff options
author | Jens Axboe <axboe@kernel.dk> | 2020-06-01 10:02:01 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-06-01 10:02:01 -0600 |
commit | abb30460bda232f304f642510adc8c6576ea51ea (patch) | |
tree | 6e7c4e29dfdf6ce96d3badc6c42b93df4d69e8e1 /block/partitions | |
parent | 4d89e1d112a90e38032a4a1591c335947f471e95 (diff) | |
download | linux-abb30460bda232f304f642510adc8c6576ea51ea.tar.bz2 |
block: mark bio_wouldblock_error() bio with BIO_QUIET
We really don't care about triggering buffer errors for this condition.
This avoids a spew of:
Buffer I/O error on dev sdc, logical block 785929, async page read
Buffer I/O error on dev sdc, logical block 759095, async page read
Buffer I/O error on dev sdc, logical block 766922, async page read
Buffer I/O error on dev sdc, logical block 17659, async page read
Buffer I/O error on dev sdc, logical block 637571, async page read
Buffer I/O error on dev sdc, logical block 39241, async page read
Buffer I/O error on dev sdc, logical block 397241, async page read
Buffer I/O error on dev sdc, logical block 763992, async page read
from -EAGAIN conditions on request allocation for async reads.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/partitions')
0 files changed, 0 insertions, 0 deletions