pkg/devicemapper
Vivek Goyal 17e6f792c7 devmapper: Call UdevWait() even in failure path
Currently we set up a cookie and upon failure not call UdevWait(). This
does not cleanup the cookie and associated semaphore and system will
soon max out on total number of semaphores.

To avoid this, call UdevWait() even in failure path which in turn will
cleanup associated semaphore.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Vincent Batts <vbatts@redhat.com>
2014-11-15 09:41:27 -05:00
..
attach_loopback.go devicemapper: split out devicemapper bindings 2014-11-05 18:10:38 -05:00
devmapper.go devmapper: Call UdevWait() even in failure path 2014-11-15 09:41:27 -05:00
devmapper_log.go devicemapper: split out devicemapper bindings 2014-11-05 18:10:38 -05:00
devmapper_wrapper.go devicemapper: split out devicemapper bindings 2014-11-05 18:10:38 -05:00
ioctl.go devicemapper: split out devicemapper bindings 2014-11-05 18:10:38 -05:00
MAINTAINERS pkg/devicemapper: missed MAINTAINERS on split 2014-11-14 11:12:23 -05:00