]> Git Repo - linux.git/commit
dm table: fix zoned iterate_devices based device capability checks
authorJeffle Xu <[email protected]>
Tue, 9 Feb 2021 03:46:38 +0000 (22:46 -0500)
committerMike Snitzer <[email protected]>
Tue, 9 Feb 2021 13:47:43 +0000 (08:47 -0500)
commit24f6b6036c9eec21191646930ad42808e6180510
treef76f8054dd0a11bef3443b2f56092694b401a6f0
parent5b0fab508992c2e120971da658ce80027acbc405
dm table: fix zoned iterate_devices based device capability checks

Fix dm_table_supports_zoned_model() and invert logic of both
iterate_devices_callout_fn so that all devices' zoned capabilities are
properly checked.

Add one more parameter to dm_table_any_dev_attr(), which is actually
used as the @data parameter of iterate_devices_callout_fn, so that
dm_table_matches_zone_sectors() can be replaced by
dm_table_any_dev_attr().

Fixes: dd88d313bef02 ("dm table: add zoned block devices validation")
Cc: [email protected]
Signed-off-by: Jeffle Xu <[email protected]>
Signed-off-by: Mike Snitzer <[email protected]>
drivers/md/dm-table.c
This page took 0.056247 seconds and 4 git commands to generate.