|
@ -166,7 +166,6 @@ func (fh *FileHandle) Release(ctx context.Context, req *fuse.ReleaseRequest) err |
|
|
|
|
|
|
|
|
if fh.f.isOpen <= 0 { |
|
|
if fh.f.isOpen <= 0 { |
|
|
fh.doFlush(ctx, req.Header) |
|
|
fh.doFlush(ctx, req.Header) |
|
|
fh.dirtyPages.releaseResource() |
|
|
|
|
|
fh.f.wfs.ReleaseHandle(fh.f.fullpath(), fuse.HandleID(fh.handle)) |
|
|
fh.f.wfs.ReleaseHandle(fh.f.fullpath(), fuse.HandleID(fh.handle)) |
|
|
fh.f.entryViewCache = nil |
|
|
fh.f.entryViewCache = nil |
|
|
fh.f.reader = nil |
|
|
fh.f.reader = nil |
|
|