X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b9fde93b6e24b0575ce81a964be6884231647ee4..ba8df2612ce43c906f181721695644ead5355e93:/services/fuse/arvados_fuse/fresh.py diff --git a/services/fuse/arvados_fuse/fresh.py b/services/fuse/arvados_fuse/fresh.py index 366b5945bc..508ee7fb73 100644 --- a/services/fuse/arvados_fuse/fresh.py +++ b/services/fuse/arvados_fuse/fresh.py @@ -62,7 +62,7 @@ class FreshBase(object): """ __slots__ = ("_stale", "_poll", "_last_update", "_atime", "_poll_time", "use_count", - "ref_count", "dead", "cache_size", "cache_uuid", "allow_attr_cache") + "ref_count", "cache_size", "cache_uuid", "allow_attr_cache") def __init__(self): self._stale = True @@ -72,7 +72,6 @@ class FreshBase(object): self._poll_time = 60 self.use_count = 0 self.ref_count = 0 - self.dead = False self.cache_size = 0 self.cache_uuid = None