mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Flip log refs to false.
PiperOrigin-RevId: 587128532
This commit is contained in:
committed by
gVisor bot
parent
505e1fd33f
commit
4c76c84ed0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user