diff options
Diffstat (limited to 'include/net/9p/9p.h')
-rw-r--r-- | include/net/9p/9p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h index 6367a71d84fc..071fd7a8d781 100644 --- a/include/net/9p/9p.h +++ b/include/net/9p/9p.h | |||
@@ -153,6 +153,8 @@ enum p9_msg_t { | |||
153 | P9_RMKNOD, | 153 | P9_RMKNOD, |
154 | P9_TRENAME = 20, | 154 | P9_TRENAME = 20, |
155 | P9_RRENAME, | 155 | P9_RRENAME, |
156 | P9_TREADLINK = 22, | ||
157 | P9_RREADLINK, | ||
156 | P9_TGETATTR = 24, | 158 | P9_TGETATTR = 24, |
157 | P9_RGETATTR, | 159 | P9_RGETATTR, |
158 | P9_TSETATTR = 26, | 160 | P9_TSETATTR = 26, |