mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
665656afbb
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> |
||
---|---|---|
.. | ||
attach_loopback.go | ||
devmapper.go | ||
devmapper_log.go | ||
devmapper_wrapper.go | ||
ioctl.go | ||
log.go |