From adcfbd79a8b8bb85cbee25996ab622a05de0dbc1 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 6 Feb 2016 12:27:09 +0100 Subject: Rename DirIVCacheEnc to just DirIVCache ...and unexport dirIVCache --- pathfs_frontend/fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pathfs_frontend/fs.go') diff --git a/pathfs_frontend/fs.go b/pathfs_frontend/fs.go index 97ad525..a00985d 100644 --- a/pathfs_frontend/fs.go +++ b/pathfs_frontend/fs.go @@ -305,7 +305,7 @@ func (fs *FS) Rename(oldPath string, newPath string, context *fuse.Context) (cod } // The Rename may cause a directory to take the place of another directory. // That directory may still be in the DirIV cache, clear it. - fs.CryptFS.DirIVCacheEnc.Clear() + fs.CryptFS.DirIVCache.Clear() err = os.Rename(cOldPath, cNewPath) -- cgit v1.2.3