refactoring

This commit is contained in:
Chris Lu
2019-10-23 22:25:53 -07:00
parent c358f96aaa
commit f937933b3d
5 changed files with 4 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ import (
"golang.org/x/sys/windows"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/os_overloads"
"github.com/chrislusf/seaweedfs/weed/storage/memory_map/os_overloads"
)
func createVolumeFile(fileName string, preallocate int64, memoryMapSizeMB uint32) (*os.File, error) {