[ARVADOS] updated: 446089420262a56c7a19524c9cc17457b3fc394e
git at public.curoverse.com
git at public.curoverse.com
Tue Nov 24 16:31:11 EST 2015
Summary of changes:
services/fuse/arvados_fuse/fusedir.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 446089420262a56c7a19524c9cc17457b3fc394e (commit)
from c333c47a1334a36876017ab616a3646cbf1468cd (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 446089420262a56c7a19524c9cc17457b3fc394e
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Nov 24 16:41:13 2015 -0500
7751: Invalidate inode & entry with llfuse.lock still locked.
diff --git a/services/fuse/arvados_fuse/fusedir.py b/services/fuse/arvados_fuse/fusedir.py
index 97a06ba..b3ba697 100644
--- a/services/fuse/arvados_fuse/fusedir.py
+++ b/services/fuse/arvados_fuse/fusedir.py
@@ -504,8 +504,8 @@ class TmpCollectionDirectory(CollectionDirectoryBase):
if self.collection_record_file:
with llfuse.lock:
self.collection_record_file.invalidate()
- self.inodes.invalidate_inode(self.collection_record_file.inode)
- self.inodes.invalidate_entry(self.inode, '.arvados#collection')
+ self.inodes.invalidate_inode(self.collection_record_file.inode)
+ self.inodes.invalidate_entry(self.inode, '.arvados#collection')
_logger.debug("%s invalidated collection record", self)
def collection_record(self):
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list