]> sourceware.org Git - lvm2.git/commit
dev-cache: unify dm uuid cache struct lifetimes
authorDavid Teigland <teigland@redhat.com>
Fri, 28 Jun 2024 22:57:00 +0000 (17:57 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 28 Jun 2024 23:01:29 +0000 (18:01 -0500)
commitb8869e2d4e10f0fa7bf69fd1fb97b4a59c469db7
treefed42d33db8b2b8e022095785bfb38d0d6c1b609
parent24943fe9d33a7780192ac5dbbc01a709adfd2511
dev-cache: unify dm uuid cache struct lifetimes

The list of dm devs was in the cmd struct and had a
different lifetime than the radix trees referencing
those dm devs.  Now the list and radix trees are
created and destroyed together.
lib/activate/dev_manager.c
lib/commands/toolcontext.c
lib/commands/toolcontext.h
lib/device/dev-cache.c
lib/device/dev-cache.h
lib/label/label.c
lib/locking/locking.c
This page took 0.040232 seconds and 5 git commands to generate.