diff --git a/weed/mount/weedfs.go b/weed/mount/weedfs.go index d7d5695da..9f1d85ab5 100644 --- a/weed/mount/weedfs.go +++ b/weed/mount/weedfs.go @@ -27,9 +27,9 @@ import ( ) type Option struct { - MountDirectory string + filerIndex int32 // align memory for atomic read/write FilerAddresses []pb.ServerAddress - filerIndex int32 + MountDirectory string GrpcDialOption grpc.DialOption FilerMountRootPath string Collection string