You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current wakeup of mountwatch to check for threadkill is causing wakeup events that we'll be better off without. Just kill the thread without asking when it needs to die, it only does read only stuff anyway, and only dies on exit.
The current wakeup of mountwatch to check for threadkill is causing wakeup events that we'll be better off without. Just kill the thread without asking when it needs to die, it only does read only stuff anyway, and only dies on exit.