From 2caa18533d925ea687c255ea20c1d96ad8304929 Mon Sep 17 00:00:00 2001 From: Steve Slaven Date: Thu, 23 Jul 2009 09:54:59 -0700 Subject: Added note about some kind of race condition bug diff --git a/fusearchive.py b/fusearchive.py index b1ebc36..e77fd46 100755 --- a/fusearchive.py +++ b/fusearchive.py @@ -363,6 +363,8 @@ class FuseArchive(Fuse): self.modified = True return len(buf) + # BUG: If you cp -a a file then quickly ls -l sometimes it doesn't show + # up right? like wrong size and stuff? def release(self, flags): # Deflate the file dmsg( 2, "Release: " + self.orig_path ) -- cgit v0.10.2