aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2009-08-07 17:03:48 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2009-08-07 17:03:48 (GMT)
commit2ee7285b793055bf1b463ad9793440a66f444fe9 (patch)
tree1a4e2c599817266dac000aedab9d53e14c843a6e
parent13865ca284e1c05069ae9e37cbd9e35a95e3e22a (diff)
downloadfusearchive-2ee7285b793055bf1b463ad9793440a66f444fe9.zip
fusearchive-2ee7285b793055bf1b463ad9793440a66f444fe9.tar.gz
fusearchive-2ee7285b793055bf1b463ad9793440a66f444fe9.tar.bz2
Added note about open/unlink for temp file probably not working (but not
tested though)
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index ab70713..1bfe898 100644
--- a/README
+++ b/README
@@ -70,3 +70,5 @@ Other thoughts:
the chunks you want
- Get rid of cpickle, it's way more than we need for saving essentially a
few ints and a block list even though it is very convenient
+- Because of the way we refcount blocks I don't think we can open/unlink a
+ file like you would for temp files, but that's not the purpose anyway