diff --git a/errors.go b/errors.go index 24ebc37..044edd6 100644 --- a/errors.go +++ b/errors.go @@ -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