mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
code style
This commit is contained in:
parent
76e24a5660
commit
aee3fd08b9
|
@ -97,6 +97,7 @@ 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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue