fusego/samples/memfs
Aaron Jacobs a956166291 Deleted MemFSTest.Rmdir_ReusesInodeID.
At least on OS X, the kernel doesn't relaibly send a Forget request
right after RmDir, even if the directory is not open. (This is contrary
to what the fuse low-level ops documentation says.) So there's no way to
reliably test this.
2015-03-03 16:14:37 +11:00
..
fs.go Only mark as unlinked in rmdir. 2015-03-03 14:56:55 +11:00
inode.go Only mark as unlinked in rmdir. 2015-03-03 14:56:55 +11:00
memfs_test.go Deleted MemFSTest.Rmdir_ReusesInodeID. 2015-03-03 16:14:37 +11:00