[ARVADOS] updated: 2.1.0-1881-geb1f89d86
Git user
git at public.arvados.org
Sun Feb 6 21:13:08 UTC 2022
Summary of changes:
services/fuse/arvados_fuse/fusedir.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via eb1f89d86c0f942c9351ae13b944d3d11f51e35e (commit)
from f1661f6f3eae17076c4604fcef5eda4555de7f02 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit eb1f89d86c0f942c9351ae13b944d3d11f51e35e
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Sun Feb 6 16:12:45 2022 -0500
18719: Fix TmpCollectionDirectory
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/services/fuse/arvados_fuse/fusedir.py b/services/fuse/arvados_fuse/fusedir.py
index f3419c060..44741410b 100644
--- a/services/fuse/arvados_fuse/fusedir.py
+++ b/services/fuse/arvados_fuse/fusedir.py
@@ -645,7 +645,7 @@ class TmpCollectionDirectory(CollectionDirectoryBase):
# This is always enable_write=True because it never tries to
# save to the backend
super(TmpCollectionDirectory, self).__init__(
- parent_inode, inodes, api_client.config, True, collection)
+ parent_inode, inodes, api_client.config, True, collection, self)
self.collection_record_file = None
self.populate(self.mtime())
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list