aboutsummaryrefslogtreecommitdiff
path: root/unmaintained/remove_duplicate_fids/remove_duplicate_fids.go
diff options
context:
space:
mode:
authorLei Liu <lei01.liu@horizon.ai>2019-11-12 14:21:43 +0800
committerLei Liu <lei01.liu@horizon.ai>2019-11-12 14:46:10 +0800
commit46755ea1e1e4d79e4c0368aa7fcb17ee8aa812cc (patch)
tree616583cdfdd2803465345fee4ee4cdbcba5f72aa /unmaintained/remove_duplicate_fids/remove_duplicate_fids.go
parentee90236a972acea8722dccfa1b04926d551fc82d (diff)
downloadseaweedfs-46755ea1e1e4d79e4c0368aa7fcb17ee8aa812cc.tar.xz
seaweedfs-46755ea1e1e4d79e4c0368aa7fcb17ee8aa812cc.zip
fix master maintenance logic
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
Diffstat (limited to 'unmaintained/remove_duplicate_fids/remove_duplicate_fids.go')
-rw-r--r--unmaintained/remove_duplicate_fids/remove_duplicate_fids.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/unmaintained/remove_duplicate_fids/remove_duplicate_fids.go b/unmaintained/remove_duplicate_fids/remove_duplicate_fids.go
index d44bc5354..a162d1757 100644
--- a/unmaintained/remove_duplicate_fids/remove_duplicate_fids.go
+++ b/unmaintained/remove_duplicate_fids/remove_duplicate_fids.go
@@ -26,9 +26,9 @@ type VolumeFileScanner4SeeDat struct {
version needle.Version
block storage.SuperBlock
- dir string
- hashes map[string]bool
- dat *os.File
+ dir string
+ hashes map[string]bool
+ dat *os.File
datBackend backend.DataStorageBackend
}