Merge pull request #2227 from dotcloud/dm-rename-loopback

Rename loopback dir to devicemapper
This commit is contained in:
Solomon Hykes
2013-10-15 12:23:43 -07:00
+1 -1
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 {