From 6115e62fba5208f53ef99cf7f3096e53e9290490 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 19 Sep 2022 15:15:25 -0400 Subject: [PATCH] 19362: Update comment. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- sdk/go/arvados/fs_site.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/go/arvados/fs_site.go b/sdk/go/arvados/fs_site.go index eed49296e7..531d7968ab 100644 --- a/sdk/go/arvados/fs_site.go +++ b/sdk/go/arvados/fs_site.go @@ -158,10 +158,10 @@ func (fs *customFileSystem) mountCollection(parent inode, id string) (inode, err if len(id) != 27 { // This means id is a PDH, and controller/railsapi // returned one of (possibly) many collections with - // that PDH. We don't want to expose (e.g., through - // Sys()) the metadata from that collection -- only - // the fields that are common to all matching - // collections, i.e., PDH and manifest. + // that PDH. Even if controller returns more fields + // besides PDH and manifest text (which are equal for + // all matching collections), we don't want to expose + // them (e.g., through Sys()). coll = Collection{ PortableDataHash: coll.PortableDataHash, ManifestText: coll.ManifestText, -- 2.30.2