From 04ad0635159150409252f6901463768008802221 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 2 Jul 2016 15:33:48 +0200 Subject: fusefronted: move Truncate() and Allocate() to their own file These are large complicated implementations that will share some code. --- internal/contentenc/intrablock.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/contentenc/intrablock.go') diff --git a/internal/contentenc/intrablock.go b/internal/contentenc/intrablock.go index ec9562d..9a22ea2 100644 --- a/internal/contentenc/intrablock.go +++ b/internal/contentenc/intrablock.go @@ -4,7 +4,7 @@ package contentenc type intraBlock struct { BlockNo uint64 // Block number in file Skip uint64 // Offset into block plaintext - Length uint64 // Length of data from this block + Length uint64 // Length of plaintext data in this block fs *ContentEnc } -- cgit v1.2.3