Rename IsBindMountExist to IsDeviceBindMountExist

This commit is contained in:
Masaki Kimura
2019-11-12 15:12:51 +00:00
parent bee6514d79
commit dd945424e1
2 changed files with 6 additions and 7 deletions

View File

@@ -1158,7 +1158,7 @@ func (fv *FakeVolumePathHandler) IsSymlinkExist(mapPath string) (bool, error) {
return true, nil
}
func (fv *FakeVolumePathHandler) IsBindMountExist(mapPath string) (bool, error) {
func (fv *FakeVolumePathHandler) IsDeviceBindMountExist(mapPath string) (bool, error) {
// nil is success, else error
return true, nil
}