Rename loopback dir to devicemapper

This commit is contained in:
Michael Crosby 2013-10-15 11:30:06 -07:00
parent 5892c8e469
commit 4431e9edb7
1 changed files with 1 additions and 1 deletions

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 {