diff options
Diffstat (limited to 'fs/9p/error.h')
| -rw-r--r-- | fs/9p/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/error.h b/fs/9p/error.h index 78f89acf7c9a..a9794e85fe51 100644 --- a/fs/9p/error.h +++ b/fs/9p/error.h | |||
| @@ -36,6 +36,7 @@ struct errormap { | |||
| 36 | char *name; | 36 | char *name; |
| 37 | int val; | 37 | int val; |
| 38 | 38 | ||
| 39 | int namelen; | ||
| 39 | struct hlist_node list; | 40 | struct hlist_node list; |
| 40 | }; | 41 | }; |
| 41 | 42 | ||
| @@ -175,4 +176,3 @@ static struct errormap errmap[] = { | |||
| 175 | }; | 176 | }; |
| 176 | 177 | ||
| 177 | extern int v9fs_error_init(void); | 178 | extern int v9fs_error_init(void); |
| 178 | extern int v9fs_errstr2errno(char *errstr); | ||
