]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Removing mutex locking in initialization and cleanup
authorTim Wiederhake <twiederh@redhat.com>
Fri, 4 Mar 2022 12:58:44 +0000 (13:58 +0100)
committerTim Wiederhake <twiederh@redhat.com>
Wed, 16 Mar 2022 09:54:39 +0000 (10:54 +0100)
commit69d793a0bce9f838fa3f2b3d3abcc379070c96cd
treea8f0114f1e3b3db5bfbb61836a6818677f1de0a5
parent3d836f828a33611b417f6127e3f84f10854819da
storage: Removing mutex locking in initialization and cleanup

These functions are only ever called in a single threaded
environment and the mutex would not have prevented concurrent
access anyway.

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/storage/storage_driver.c