]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
filesystem: remove canonicalizePath() (#185)
authorebiggers <ebiggers@google.com>
Thu, 23 Jan 2020 21:41:42 +0000 (13:41 -0800)
committerJoseph Richey <joerichey@google.com>
Thu, 23 Jan 2020 21:41:42 +0000 (13:41 -0800)
commitf2eb79fb5fb10275c014b55c13e28ff02d3b70a8
tree84c9595d1bd9e13564d79ba5de7d366ca34c0b48
parent303616dc52e2b1e71883417a291f07c59025215d
filesystem: remove canonicalizePath() (#185)

canonicalizePath() is now only used by an error path in
getMountFromLink(), which we can make use getDeviceName() instead.
filesystem/mountpoint.go
filesystem/path.go