]> sourceware.org Git - lvm2.git/commit
dmeventd: move dso handling into single code section
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 22 Oct 2015 10:22:55 +0000 (12:22 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 22 Oct 2015 20:33:19 +0000 (22:33 +0200)
commitefc76ca33dec99e3b0499ef28fb9236815ad2258
tree0e3f9be12bc72be6092c06c890f5dd1c74c2bee4
parent590091a4faa4a4eb66598137576e01e692fb9f8d
dmeventd: move dso handling into single code section

Move all DSO related function in front, so they could be easily
referenced from rest of code.

Add proper error paths with logging and error reporting.

Drop mutex locking when releasing DSO - since DSO is always
allocated and released in main 'event' processing thread.
daemons/dmeventd/dmeventd.c
This page took 0.100261 seconds and 5 git commands to generate.