gvisor/runsc/fsgofer
Fabricio Voznika 7cff8489de Fix failure to rename directory
os.Rename validates that the target doesn't exist, which is different from
syscall.Rename which replace the target if both are directories. fsgofer needs
the syscall behavior.

PiperOrigin-RevId: 196194630
Change-Id: I87d08cad88b5ef310b245cd91647c4f5194159d8
2018-05-10 17:13:10 -07:00
..
BUILD Check in gVisor. 2018-04-28 01:44:26 -04:00
fsgofer.go Fix failure to rename directory 2018-05-10 17:13:10 -07:00
fsgofer_test.go Open file as read-write when mount points to a file 2018-05-10 12:38:36 -07:00
fsgofer_unsafe.go Check in gVisor. 2018-04-28 01:44:26 -04:00