aboutsummaryrefslogtreecommitdiff
path: root/weed/mount/inode_to_path.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-02-13 19:14:34 -0800
committerchrislu <chris.lu@gmail.com>2022-02-13 19:14:34 -0800
commitbb9919b07a52c8af3295074d797792b0ed5d42de (patch)
tree4d6efb360c742ea249dcde098125e1bede023e1c /weed/mount/inode_to_path.go
parent072f923a9b22693750452deeebe5f45cad98160a (diff)
downloadseaweedfs-bb9919b07a52c8af3295074d797792b0ed5d42de.tar.xz
seaweedfs-bb9919b07a52c8af3295074d797792b0ed5d42de.zip
add open release, refactor
Diffstat (limited to 'weed/mount/inode_to_path.go')
-rw-r--r--weed/mount/inode_to_path.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/mount/inode_to_path.go b/weed/mount/inode_to_path.go
index 529ecadda..590531397 100644
--- a/weed/mount/inode_to_path.go
+++ b/weed/mount/inode_to_path.go
@@ -37,7 +37,6 @@ func (i *InodeToPath) Lookup(path util.FullPath) uint64 {
i.nextInodeId++
i.path2inode[path] = inode
i.inode2path[inode] = &InodeEntry{path, 1}
- println("add", path, inode)
} else {
i.inode2path[inode].nlookup++
}