1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Rename loopback dir to devicemapper

This commit is contained in:
Michael Crosby 2013-10-15 11:30:06 -07:00
parent 5892c8e469
commit 4431e9edb7

View file

@ -88,7 +88,7 @@ func (info *DevInfo) DevName() string {
}
func (devices *DeviceSetDM) loopbackDir() string {
return path.Join(devices.root, "loopback")
return path.Join(devices.root, "devicemapper")
}
func (devices *DeviceSetDM) jsonFile() string {