adjust proto API

This commit is contained in:
Chris Lu
2018-12-11 07:17:10 -08:00
parent 168f461761
commit 39ea8484c1
6 changed files with 79 additions and 90 deletions

View File

@@ -277,7 +277,6 @@ func (dir *Dir) Remove(ctx context.Context, req *fuse.RemoveRequest) error {
request := &filer_pb.DeleteEntryRequest{
Directory: dir.Path,
Name: req.Name,
IsDirectory: req.Dir,
IsDeleteData: true,
}