diff options
Diffstat (limited to 'fs/9p/error.h')
-rw-r--r-- | fs/9p/error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/9p/error.h b/fs/9p/error.h index 2eb5927d589e..78f89acf7c9a 100644 --- a/fs/9p/error.h +++ b/fs/9p/error.h | |||
@@ -47,6 +47,7 @@ static struct errormap errmap[] = { | |||
47 | {"Operation not permitted", EPERM}, | 47 | {"Operation not permitted", EPERM}, |
48 | {"wstat prohibited", EPERM}, | 48 | {"wstat prohibited", EPERM}, |
49 | {"No such file or directory", ENOENT}, | 49 | {"No such file or directory", ENOENT}, |
50 | {"directory entry not found", ENOENT}, | ||
50 | {"file not found", ENOENT}, | 51 | {"file not found", ENOENT}, |
51 | {"Interrupted system call", EINTR}, | 52 | {"Interrupted system call", EINTR}, |
52 | {"Input/output error", EIO}, | 53 | {"Input/output error", EIO}, |