From: Eric Biggers Date: Sun, 6 Feb 2022 18:32:34 +0000 (-0800) Subject: filesystem: remove an outdated comment X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=93fb59a5411e201ee8e220853c44a98df5e55c55;p=fscrypt.git filesystem: remove an outdated comment --- diff --git a/filesystem/filesystem.go b/filesystem/filesystem.go index ab4badb..da6b9cc 100644 --- a/filesystem/filesystem.go +++ b/filesystem/filesystem.go @@ -585,7 +585,6 @@ func (m *Mount) AddLinkedProtector(descriptor string, dest *Mount) (bool, error) return false, err } - // Right now, we only make links using UUIDs. var newLink string newLink, err = makeLink(dest) if err != nil {