]> Cypherpunks repositories - gostls13.git/commit
os: handle 'no parent' error as IsNotExist on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Mon, 13 Oct 2014 18:39:46 +0000 (20:39 +0200)
committerDavid du Colombier <0intro@gmail.com>
Mon, 13 Oct 2014 18:39:46 +0000 (20:39 +0200)
commitb9fc8d8cbde61d18997886602e975ff04f2547e1
tree168f61780913c2ef43ab4b05ed986ba08ba43ae3
parent968153d0632ad138440780d6041cc5a5b50a1fa3
os: handle 'no parent' error as IsNotExist on Plan 9

This error is returned by lib9p when removing a file
without parent. It should fix TestRemoveAllRace
when running on ramfs.

LGTM=bradfitz, aram
R=rsc, bradfitz, aram
CC=golang-codereviews, mischief
https://golang.org/cl/153410044
src/os/error_plan9.go