Flip log refs to false.

PiperOrigin-RevId: 587128532
This commit is contained in:
Lucas Manning
2023-12-01 14:53:29 -08:00
committed by gVisor bot
parent 505e1fd33f
commit 4c76c84ed0
+1 -1
View File
@@ -937,7 +937,7 @@ func (mnt *Mount) LeakMessage() string {
// This should only be set to true for debugging purposes, as it can generate an
// extremely large amount of output and drastically degrade performance.
func (mnt *Mount) LogRefs() bool {
return true
return false
}
// getMountAt returns the last Mount in the stack mounted at (mnt, d). It takes