From 8442f478923a1a6bd61c9eab779227ab7e7dff2c Mon Sep 17 00:00:00 2001 From: Steve Slaven Date: Mon, 2 Nov 2009 16:33:11 -0800 Subject: Fix wrong block count for cache diff --git a/FuseArchive/ChunkFile.py b/FuseArchive/ChunkFile.py index ca7ee2b..99f7d32 100644 --- a/FuseArchive/ChunkFile.py +++ b/FuseArchive/ChunkFile.py @@ -11,7 +11,7 @@ magic_blocksize = 1024 * 1024 * 5 chunkstyle = 'fs' # This is the number of actualy blocks in that size -dirty_flush = 5 * magic_blocksize +dirty_flush = 5 # This is a cache of open files by inode, to fix the lseek == size problem # this causes a failure in fsx-linux becuase to to lseek(fd,0,seek_end) it -- cgit v0.10.2