From dffad65f2f3b1e87c7ac5274065730cabceeee99 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 26 Sep 2016 22:30:44 -0700 Subject: [PATCH] fix compilation --- weed/storage/volume_vacuum.go | 1 + 1 file changed, 1 insertion(+) diff --git a/weed/storage/volume_vacuum.go b/weed/storage/volume_vacuum.go index 81db68492..51d74e311 100644 --- a/weed/storage/volume_vacuum.go +++ b/weed/storage/volume_vacuum.go @@ -56,6 +56,7 @@ func (v *Volume) commitCompact() error { } func makeupDiff(newDatFile, newIdxFile, oldDatFile, oldIdxFile string) (err error) { + return nil } func (v *Volume) copyDataAndGenerateIndexFile(dstName, idxName string) (err error) {