diff options
author | Jakob Unterwurzacher | 2021-04-04 13:05:47 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-04-04 13:05:47 +0200 |
commit | 043f81dd0129b78ec7d4553843f90203535fa406 (patch) | |
tree | 67b7a0ab73fda1c58c93a1e180c41d0e99544a32 /internal/fusefrontend/root_node.go | |
parent | dc8501f6b2c83f285a56fcfdbe0e141149267260 (diff) |
fs: more idiomatic dirCache struct naming
Diffstat (limited to 'internal/fusefrontend/root_node.go')
-rw-r--r-- | internal/fusefrontend/root_node.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/fusefrontend/root_node.go b/internal/fusefrontend/root_node.go index cdac4d4..2b4ad24 100644 --- a/internal/fusefrontend/root_node.go +++ b/internal/fusefrontend/root_node.go @@ -49,7 +49,7 @@ type RootNode struct { // periodically. IsIdle uint32 // dirCache caches directory fds - dirCache dirCacheStruct + dirCache dirCache // inoMap translates inode numbers from different devices to unique inode // numbers. inoMap inomap.TranslateStater |