moby--moby/daemon/graphdriver
Arnaud Porterie f089899023 Fix panic on devicemapper initialization
The ability to save and verify base device UUID (#13896) introduced a
situation where the initialization would panic when removing the device
returns EBUSY.

Functions `verifyBaseDeviceUUID` and `saveBaseDeviceUUID` now take the
lock on the `DeviceSet`, which solves the problem as `removeDevice`
assumes it owns the lock.

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
2015-07-08 09:10:20 -07:00
..
aufs docker-inspect: Extend docker inspect to export image/container metadata related to graph driver 2015-06-15 14:05:10 -04:00
btrfs docker-inspect: Extend docker inspect to export image/container metadata related to graph driver 2015-06-15 14:05:10 -04:00
devmapper Fix panic on devicemapper initialization 2015-07-08 09:10:20 -07:00
graphtest Changed snake case naming to camelCase 2015-03-26 15:05:45 -06:00
overlay overlay: Export metadata for container and image in docker-inspect 2015-06-25 17:33:20 -04:00
vfs Merge pull request #13198 from rhvgoyal/extend-docker-inspect 2015-06-16 15:03:14 -05:00
zfs docker-inspect: Extend docker inspect to export image/container metadata related to graph driver 2015-06-15 14:05:10 -04:00
driver.go Warn when udev_sync is not supported. 2015-07-07 15:10:24 -06:00
driver_linux.go Windows: graphdriver refactor 2015-05-20 08:51:27 -07:00
driver_unsupported.go Windows: graphdriver refactor 2015-05-20 08:51:27 -07:00
driver_windows.go Fix circular import for windows vfs graphdriver 2015-06-16 09:08:10 -04:00
fsdiff.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00