Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-25 | dm ps io affinity: remove redundant continue statement | Colin Ian King | |
The continue statement at the end of a for-loop has no effect, remove it. Addresses-Coverity: ("Continue has no effect") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com> | |||
2020-12-04 | dm: rename multipath path selector source files to have "dm-ps" prefix | Mike Snitzer | |
Additional prefix helps clarify that these source files implement path selectors. Required updating Makefile to still build modules _without_ the "dm-ps" prefix to preserve dm-multipath's ability to autoload path selector modules. While at it, cleaned up some DM whitespace in Makefile. Signed-off-by: Mike Snitzer <snitzer@redhat.com> |