summaryrefslogtreecommitdiff
path: root/rust/kernel
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@redhat.com>2026-01-27 19:12:23 -0500
committerMikulas Patocka <mpatocka@redhat.com>2026-01-28 15:44:02 +0100
commit4550a71b179be9e2a17015c018b231a2daca2dd1 (patch)
treeba80a0e79ec5db1a6429a05a47714342f6e2ca92 /rust/kernel
parent787bd63ee661b0148ce8e1fde92b7afddd85c446 (diff)
Revert "dm: fix a race condition in retrieve_deps"
This reverts commit f6007dce0cd35d634d9be91ef3515a6385dcee16. Commit f6007dce0cd3 ("dm: fix a race condition in retrieve_deps") was added to fix a race between retrieving the list of dm table devices and multipath_message() modifying the list of table devices. But Commit a48f6b82c5c4 ("dm mpath: don't call dm_get_device in multipath_message") removed the call to dm_get_device() from multipath_message(). After that commit, the only calls to dm_get_device() and dm_put_device() are in target constructors and destructors, so the race with retrieve_deps() is no longer possible. Suggested-by: Martin Wilck <mwilck@suse.com> Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Diffstat (limited to 'rust/kernel')
0 files changed, 0 insertions, 0 deletions