]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
filesystem: fall back to path-only links if UUID cannot be determined
authorEric Biggers <ebiggers@google.com>
Wed, 19 Jan 2022 07:43:35 +0000 (23:43 -0800)
committerEric Biggers <ebiggers@google.com>
Thu, 27 Jan 2022 07:22:55 +0000 (23:22 -0800)
commitc2fb96c60d7678110bca14ff0a213243bd97cb08
treea323c2a033216353b96b19e3db36b19071fcfb97
parent51c421d91172e87df30bd344b3fd3142bc388718
filesystem: fall back to path-only links if UUID cannot be determined

This is needed to allow creating protector links to btrfs filesystems.

Update https://github.com/google/fscrypt/issues/339
filesystem/mountpoint.go
filesystem/mountpoint_test.go