X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d702b6f48fd4463084b7e0654520e6b319a19d21..4a832a93cd0baf253575936a79f83bcc4f666a82:/services/fuse/arvados_fuse/__init__.py diff --git a/services/fuse/arvados_fuse/__init__.py b/services/fuse/arvados_fuse/__init__.py index 9aabe85a2a..14dd7f3f85 100644 --- a/services/fuse/arvados_fuse/__init__.py +++ b/services/fuse/arvados_fuse/__init__.py @@ -475,17 +475,6 @@ class Operations(llfuse.Operations): for item in self.inodes.inode_cache.find_by_uuid(ev["object_uuid"]): item.invalidate() - # if ev.get("object_kind") == "arvados#collection": - # pdh = new_attrs.get("portable_data_hash") - # # new_attributes.modified_at currently lacks - # # subsecond precision (see #6347) so use event_at - # # which should always be the same. - # stamp = ev.get("event_at") - # if (stamp and pdh and item.writable() and - # item.collection is not None and - # item.collection.modified() and - # new_attrs.get("is_trashed") is not True): - # item.update(to_record_version=(stamp, pdh)) oldowner = old_attrs.get("owner_uuid") newowner = ev.get("object_owner_uuid")