1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-05 00:26:51 +02:00
This commit is contained in:
Chris Lu 2018-12-22 11:11:57 -08:00
parent 5333f2984a
commit d3839fe279

View file

@ -4,10 +4,11 @@ import (
"bazil.org/fuse"
"bazil.org/fuse/fs"
"context"
"math"
"path/filepath"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"path/filepath"
"math"
)
func (dir *Dir) Rename(ctx context.Context, req *fuse.RenameRequest, newDirectory fs.Node) error {