Fix mount refactor nits

This commit is contained in:
Paul Morie
2015-03-06 11:46:07 -05:00
parent 2700871b04
commit 17b51a93a3
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ type MountPoint struct {
}
// Examines /proc/mounts to find all other references to the device referenced
// by mountPath.
// by mountPath; returns a list of paths.
func GetMountRefs(mounter Interface, mountPath string) ([]string, error) {
mps, err := mounter.List()
if err != nil {