aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/9p/error.h')
-rw-r--r--fs/9p/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/error.h b/fs/9p/error.h
index 6dbb66f5b28f..2eb5927d589e 100644
--- a/fs/9p/error.h
+++ b/fs/9p/error.h
@@ -139,7 +139,7 @@ static struct errormap errmap[] = {
139 {"illegal mode", EINVAL}, 139 {"illegal mode", EINVAL},
140 {"illegal name", ENAMETOOLONG}, 140 {"illegal name", ENAMETOOLONG},
141 {"not a directory", ENOTDIR}, 141 {"not a directory", ENOTDIR},
142 {"not a member of proposed group", EINVAL}, 142 {"not a member of proposed group", EPERM},
143 {"not owner", EACCES}, 143 {"not owner", EACCES},
144 {"only owner can change group in wstat", EACCES}, 144 {"only owner can change group in wstat", EACCES},
145 {"read only file system", EROFS}, 145 {"read only file system", EROFS},