diff options
author | 2023-02-13 14:10:38 +0900 | |
---|---|---|
committer | 2023-03-06 19:28:19 +0100 | |
commit | 98e8d36a26c2ed22f78316df7d4bf33e554b9f9f (patch) | |
tree | 719c708d1b4cb4da0e1f71655fb2d007308f51c7 /scripts/generate_rust_analyzer.py | |
parent | btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inode (diff) | |
download | wireguard-linux-98e8d36a26c2ed22f78316df7d4bf33e554b9f9f.tar.xz wireguard-linux-98e8d36a26c2ed22f78316df7d4bf33e554b9f9f.zip |
btrfs: fix unnecessary increment of read error stat on write error
Current btrfs_log_dev_io_error() increases the read error count even if the
erroneous IO is a WRITE request. This is because it forget to use "else
if", and all the error WRITE requests counts as READ error as there is (of
course) no REQ_RAHEAD bit set.
Fixes: c3a62baf21ad ("btrfs: use chained bios when cloning")
CC: stable@vger.kernel.org # 6.1+
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions