diff options
author | 2024-02-29 17:57:04 +0800 | |
---|---|---|
committer | 2024-02-29 22:49:45 -0800 | |
commit | 3a0f007b6979db6b5e0022d9edf4b61002be3e10 (patch) | |
tree | 569df8e35443f4d9a766f4d5fff9e8fa61a80321 /tools/perf/scripts/python | |
parent | md/raid5: fix atomicity violation in raid5_cache_count (diff) | |
download | wireguard-linux-3a0f007b6979db6b5e0022d9edf4b61002be3e10.tar.xz wireguard-linux-3a0f007b6979db6b5e0022d9edf4b61002be3e10.zip |
md: add a new helper rdev_has_badblock()
The current api is_badblock() must pass in 'first_bad' and
'bad_sectors', however, many caller just want to know if there are
badblocks or not, and these caller must define two local variable that
will never be used.
Add a new helper rdev_has_badblock() that will only return if there are
badblocks or not, remove unnecessary local variables and replace
is_badblock() with the new helper in many places.
There are no functional changes, and the new helper will also be used
later to refactor read_balance().
Co-developed-by: Paul Luse <paul.e.luse@linux.intel.com>
Signed-off-by: Paul Luse <paul.e.luse@linux.intel.com>
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Reviewed-by: Xiao Ni <xni@redhat.com>
Signed-off-by: Song Liu <song@kernel.org>
Link: https://lore.kernel.org/r/20240229095714.926789-2-yukuai1@huaweicloud.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions