extend mount.Interface to include IsMountPoint(path) #5658
Closed
Description
Almost every volume that mounts something ends up having to test whether the thing is mounted, which means stubbing out IsMountPoint(). We should probably just make that part of the interface.