Bug 202403
Summary: | failed readahead spams syslog | ||
---|---|---|---|
Product: | File System | Reporter: | LimeTech (tomm) |
Component: | btrfs | Assignee: | BTRFS virtual assignee (fs_btrfs) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | dsterba |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.19.16 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | prevent failed readhead from spamming syslog |
Description
LimeTech
2019-01-24 18:52:24 UTC
Thanks for pointing it out, I've never seen the patch that added the REQ_RAHEAD bit as it was not CCed to the mailinglist. Readahead could fail for various reasons but should not be considered a hard error, unlike proper reads. The proposed fix looks correct to me. Patch submitted https://patchwork.kernel.org/patch/10843055/ , queued for some 5.1-rc. Thanks for the report and fix. |