Browse code

Rename loopback dir to devicemapper

Michael Crosby authored on 2013/10/16 03:30:06
Showing 1 changed files
... ...
@@ -88,7 +88,7 @@ func (info *DevInfo) DevName() string {
88 88
 }
89 89
 
90 90
 func (devices *DeviceSetDM) loopbackDir() string {
91
-	return path.Join(devices.root, "loopback")
91
+	return path.Join(devices.root, "devicemapper")
92 92
 }
93 93
 
94 94
 func (devices *DeviceSetDM) jsonFile() string {