containerd / continuity

A transport-agnostic, filesystem metadata manifest system
https://containerd.io
Apache License 2.0
141 stars 67 forks source link

driver/{Mknod,Mkfifo,Lchmod}: return PathError #123

Closed kolyshkin closed 6 years ago

kolyshkin commented 6 years ago

In case any of these methods fail, make sure to return an error wrapped in os.PathError, to be in line with the other methods (most of which are wrappers for os.Foo() calls, which return os.PathError or os.LinkError).

dmcgowan commented 6 years ago

LGTM