moby--moby/pkg/devicemapper
Vivek Goyal 665656afbb devmapper: Use a pointer as argument to deferred function UdevWait()
UdevWait() is deferred and takes uint cookie as an argument. As arguments
to deferred functions are calculated at the time of call, it is possible
that any update to cookie later by libdm are not taken into account when
UdevWait() is called. Hence use a pointer to uint as argument to UdevWait()
function.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
2015-04-02 16:47:14 -04:00
..
attach_loopback.go
devmapper.go devmapper: Use a pointer as argument to deferred function UdevWait() 2015-04-02 16:47:14 -04:00
devmapper_log.go
devmapper_wrapper.go Fix vet warning in devicemapper. 2015-03-27 20:16:25 +01:00
ioctl.go
log.go