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
test: Grab FORK_MTX when unmounting or forking in the mount tests (#2386)
* mount tests: take FORK_MTX when forking or unmounting
unmounting can fail if a child process inherited a file a file descriptor
we opened in temporary mount point
Should fix#2369
* tests: clarify the meaning of the FORK_MTX
* tests: clarify the meaning of FORK_MTX
Co-authored-by: SteveLauC <stevelauc@outlook.com>
* here no one accesses the file system to be unmounted, so no fork lock needed
---------
Co-authored-by: SteveLauC <stevelauc@outlook.com>
0 commit comments