Updated errors.go.

geesefs-0-30-9
Aaron Jacobs 2015-03-24 15:10:02 +11:00
parent e55b2926d8
commit 28f41863ca
1 changed files with 1 additions and 1 deletions

View File

@ -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