mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 02:47:23 +08:00
fix to avoid nil file an dirty pages
This commit is contained in:
@@ -161,8 +161,6 @@ func (fh *FileHandle) Release(ctx context.Context, req *fuse.ReleaseRequest) err
|
||||
}
|
||||
fh.f.entryViewCache = nil
|
||||
fh.f.reader = nil
|
||||
fh.dirtyPages = nil
|
||||
fh.f = nil
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user