]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
filesystem: skip unnecessary mountpoint canonicalization
authorEric Biggers <ebiggers@google.com>
Tue, 29 Oct 2019 07:04:39 +0000 (00:04 -0700)
committerEric Biggers <ebiggers@google.com>
Wed, 30 Oct 2019 16:11:29 +0000 (09:11 -0700)
commitc7b963bfa76b9541e01493d21fef3e3596ef9904
treea350c645996844ec246274f3401517dd3866fc1b
parent4eb1ea869703873f6f4192dcec5262f33a497fcb
filesystem: skip unnecessary mountpoint canonicalization

The kernel always shows mountpoints as absolute paths without symlinks,
so there's no need to canonicalize them in userspace.
filesystem/mountpoint.go