mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-18 23:59:23 +08:00
add open release, refactor
This commit is contained in:
@@ -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++
|
||||
}
|
||||
|
Reference in New Issue
Block a user