summaryrefslogtreecommitdiffhomepage
path: root/runsc/test
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2018-11-27 18:16:18 -0800
committerShentubot <shentubot@google.com>2018-11-27 18:17:09 -0800
commit573622fdcaa5c016d3e047353c729ca73d211c0e (patch)
tree17a168bd7099ee85b8d00493521a07d19dee43ac /runsc/test
parent5bd02b224fd0eb81fc028644137a24d0bbf7dab5 (diff)
Fix data race in fs.Async.
Replaces the WaitGroup with a RWMutex. Calls to Async hold the mutex for reading, while AsyncBarrier takes the lock for writing. This ensures that all executing Async work finishes before AsyncBarrier returns. Also pushes the Async() call from Inode.Release into gofer/InodeOperations.Release(). This removes a recursive Async call which should not have been allowed in the first place. The gofer Release call is the slow one (since it may make RPCs to the gofer), so putting the Async call there makes sense. PiperOrigin-RevId: 223093067 Change-Id: I116da7b20fce5ebab8d99c2ab0f27db7c89d890e
Diffstat (limited to 'runsc/test')
0 files changed, 0 insertions, 0 deletions