Commit 28f41863 authored by Aaron Jacobs's avatar Aaron Jacobs

Updated errors.go.

parent e55b2926
......@@ -22,7 +22,7 @@ import (
const (
// Errors corresponding to kernel error numbers. These may be treated
// specially when returned by a FileSystem method.
// specially by fuseops.Op.Respond methods.
EINVAL = bazilfuse.Errno(syscall.EINVAL)
EIO = bazilfuse.EIO
ENOENT = bazilfuse.ENOENT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment