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:
parent
5892c8e469
commit
4431e9edb7
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ func (info *DevInfo) DevName() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (devices *DeviceSetDM) loopbackDir() string {
|
func (devices *DeviceSetDM) loopbackDir() string {
|
||||||
return path.Join(devices.root, "loopback")
|
return path.Join(devices.root, "devicemapper")
|
||||||
}
|
}
|
||||||
|
|
||||||
func (devices *DeviceSetDM) jsonFile() string {
|
func (devices *DeviceSetDM) jsonFile() string {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue