]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commitdiff
filesystem: remove an outdated comment
authorEric Biggers <ebiggers@google.com>
Sun, 6 Feb 2022 18:32:34 +0000 (10:32 -0800)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 6 Feb 2022 19:06:36 +0000 (11:06 -0800)
filesystem/filesystem.go

index ab4badb4946462bfe8f932123db8293f8f39a590..da6b9cc0fd1da8a0cf0166694c9c1606a6263ae1 100644 (file)
@@ -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 {