mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Merge pull request #6037 from sudo-sturbia:doc
PiperOrigin-RevId: 375007632
This commit is contained in:
@@ -702,7 +702,9 @@ func (s *Set) checkPerms(creds *auth.Credentials, reqPerms fs.PermMask) bool {
|
||||
return s.checkCapability(creds)
|
||||
}
|
||||
|
||||
// destroy destroys the set. Caller must hold 's.mu'.
|
||||
// destroy destroys the set.
|
||||
//
|
||||
// Preconditions: Caller must hold 's.mu'.
|
||||
func (s *Set) destroy() {
|
||||
// Notify all waiters. They will fail on the next attempt to execute
|
||||
// operations and return error.
|
||||
|
||||
Reference in New Issue
Block a user