From 370a98cf6b5fd1a205c8015404dbb3815afb0eac Mon Sep 17 00:00:00 2001 From: limd Date: Fri, 25 Sep 2020 11:19:42 +0800 Subject: [PATCH] code style --- weed/filesys/wfs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/weed/filesys/wfs.go b/weed/filesys/wfs.go index 14c851f88..ef31a9258 100644 --- a/weed/filesys/wfs.go +++ b/weed/filesys/wfs.go @@ -97,7 +97,6 @@ func NewSeaweedFileSystem(option *Option) *WFS { }) entry, _ := filer_pb.GetEntry(wfs, util.FullPath(wfs.option.FilerMountRootPath)) - wfs.root = &Dir{name: wfs.option.FilerMountRootPath, wfs: wfs, entry: entry} wfs.fsNodeCache = newFsCache(wfs.root)