diff options
| author | Naohiro Aota <[email protected]> | 2021-08-09 13:32:30 +0900 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2021-08-23 13:19:11 +0200 |
| commit | ba86dd9fe60e5853fbff96f2658212908b83f271 (patch) | |
| tree | 11f09edc117964805a5facd639f2917f52c9528f /tools/perf/scripts/python | |
| parent | 77233c2d2ec95030afcaf9fd90e4bdd6125e5c15 (diff) | |
btrfs: zoned: suppress reclaim error message on EAGAIN
btrfs_relocate_chunk() can fail with -EAGAIN when e.g. send operations are
running. The message can fail btrfs/187 and it's unnecessary because we
anyway add it back to the reclaim list.
btrfs_reclaim_bgs_work()
`-> btrfs_relocate_chunk()
`-> btrfs_relocate_block_group()
`-> reloc_chunk_start()
`-> if (fs_info->send_in_progress)
`-> return -EAGAIN
CC: [email protected] # 5.13+
Fixes: 18bb8bbf13c1 ("btrfs: zoned: automatically reclaim zones")
Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Naohiro Aota <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions