Added EINVAL.

geesefs-0-30-9
Aaron Jacobs 2015-03-08 17:13:43 -05:00
parent 067cbee281
commit a3e2e1fca1
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import (
const (
// Errors corresponding to kernel error numbers. These may be treated
// specially when returned by a FileSystem method.
EINVAL = bazilfuse.Errno(syscall.EINVAL)
EIO = bazilfuse.EIO
ENOENT = bazilfuse.ENOENT
ENOSYS = bazilfuse.ENOSYS