inomap: remove leftover debug output
This was committed by accident.
This commit is contained in:
parent
518771e4e2
commit
91f5c242a8
@ -15,7 +15,6 @@
|
|||||||
package inomap
|
package inomap
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"log"
|
"log"
|
||||||
"sync"
|
"sync"
|
||||||
"syscall"
|
"syscall"
|
||||||
@ -73,9 +72,6 @@ func (m *InoMap) spill(in QIno) (out uint64) {
|
|||||||
func (m *InoMap) Translate(in QIno) (out uint64) {
|
func (m *InoMap) Translate(in QIno) (out uint64) {
|
||||||
m.Lock()
|
m.Lock()
|
||||||
defer m.Unlock()
|
defer m.Unlock()
|
||||||
defer func() {
|
|
||||||
fmt.Printf("Translate: %v -> %d\n", in, out)
|
|
||||||
}()
|
|
||||||
|
|
||||||
if in.Ino > maxPassthruIno {
|
if in.Ino > maxPassthruIno {
|
||||||
out = m.spill(in)
|
out = m.spill(in)
|
||||||
|
Loading…
Reference in New Issue
Block a user