diff options
| author | Eric Biggers <ebiggers@google.com> | 2022-02-06 10:32:34 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers3@gmail.com> | 2022-02-06 11:06:36 -0800 |
| commit | 93fb59a5411e201ee8e220853c44a98df5e55c55 (patch) | |
| tree | 4a2e216611216f3f27f3ae30f3837eaee3788f27 | |
| parent | be16498681558ab9379af792df52e753457cf18a (diff) | |
filesystem: remove an outdated comment
| -rw-r--r-- | filesystem/filesystem.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |