diff options
Diffstat (limited to 'include/net/9p')
-rw-r--r-- | include/net/9p/9p.h | 2 | ||||
-rw-r--r-- | include/net/9p/client.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h index 6fabb5e559ba..a8de812ccbc8 100644 --- a/include/net/9p/9p.h +++ b/include/net/9p/9p.h | |||
@@ -155,6 +155,8 @@ enum p9_msg_t { | |||
155 | P9_RSETATTR, | 155 | P9_RSETATTR, |
156 | P9_TXATTRWALK = 30, | 156 | P9_TXATTRWALK = 30, |
157 | P9_RXATTRWALK, | 157 | P9_RXATTRWALK, |
158 | P9_TXATTRCREATE = 32, | ||
159 | P9_RXATTRCREATE, | ||
158 | P9_TREADDIR = 40, | 160 | P9_TREADDIR = 40, |
159 | P9_RREADDIR, | 161 | P9_RREADDIR, |
160 | P9_TLINK = 70, | 162 | P9_TLINK = 70, |
diff --git a/include/net/9p/client.h b/include/net/9p/client.h index 60398b1a3f75..d1aa2cfb30f0 100644 --- a/include/net/9p/client.h +++ b/include/net/9p/client.h | |||
@@ -261,5 +261,6 @@ void p9stat_free(struct p9_wstat *); | |||
261 | int p9_is_proto_dotu(struct p9_client *clnt); | 261 | int p9_is_proto_dotu(struct p9_client *clnt); |
262 | int p9_is_proto_dotl(struct p9_client *clnt); | 262 | int p9_is_proto_dotl(struct p9_client *clnt); |
263 | struct p9_fid *p9_client_xattrwalk(struct p9_fid *, const char *, u64 *); | 263 | struct p9_fid *p9_client_xattrwalk(struct p9_fid *, const char *, u64 *); |
264 | int p9_client_xattrcreate(struct p9_fid *, const char *, u64, int); | ||
264 | 265 | ||
265 | #endif /* NET_9P_CLIENT_H */ | 266 | #endif /* NET_9P_CLIENT_H */ |