Skip to content

Commit 56eaed7

Browse files
committed
here no one accesses the file system to be unmounted, so no fork lock needed
1 parent 93fb6e6 commit 56eaed7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/mount/test_mount.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ fn test_mount_rdonly_disallows_write() {
9191
.unwrap()
9292
);
9393

94-
// wait for child processes to prevent EBUSY
95-
let _m = FORK_MTX.lock();
9694
umount(tempdir.path()).unwrap_or_else(|e| panic!("umount failed: {e}"));
9795
}
9896

0 commit comments

Comments
 (0)